home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / inet / internet-drafts / draft-ietf-cox-sonetmib-01.txt < prev    next >
Text File  |  1993-03-03  |  170KB  |  6,373 lines

  1.  
  2.  
  3.  
  4.           Internet Draft          SONET Objects             January 1993
  5.  
  6.  
  7.                           Definitions of Managed Objects
  8.                            for the SONET Interface Type
  9.  
  10.                                    January 1993
  11.                                     Version 2
  12.  
  13.  
  14.                         SNMP and Trunk-MIB Working Groups
  15.  
  16.                               Tracy A. Cox (editor)
  17.                                Kaj Tesink (editor)
  18.                            Bell Communications Research
  19.                              331 Newman Springs Road
  20.                                Red Bank, NJ  07701
  21.  
  22.                              tacox@mail.bellcore.com
  23.                                kaj@cc.bellcore.com
  24.  
  25.  
  26.  
  27.  
  28.           1.  Status of this Memo
  29.  
  30.           This document is an Internet Draft.  Internet Drafts are
  31.           working documents of the Internet Engineering Task Force
  32.           (IETF), its Areas, and its Working Groups. Note that other
  33.           groups may also distribute working documents as Internet
  34.           Drafts.
  35.  
  36.           Internet Drafts are draft documents valid for a maximum of six
  37.           months. Internet Drafts may be updated, replaced, or obsoleted
  38.           by other documents at any time.  It is not appropriate to use
  39.           Internet Drafts as reference material or to cite them other
  40.           than as a "working draft" or "work in progress."
  41.  
  42.           Please check the I-D abstract listing contained in each
  43.           Internet Draft directory to learn the current status of this
  44.           or any other Internet Draft.
  45.  
  46.           2.  Abstract
  47.  
  48.           This memo defines an experimental portion of the Management
  49.           Information Base (MIB) for use with network management
  50.           protocols in TCP/IP-based internets.  In particular, it
  51.           defines objects for managing SONET objects.  This document is
  52.  
  53.  
  54.  
  55.  
  56.  
  57.           T. Cox & K. Tesink (editors) Expires 7/15/93          [Page 1]
  58.  
  59.  
  60.  
  61.  
  62.  
  63.           Internet Draft          SONET Objects             January 1993
  64.  
  65.  
  66.           a companion document with Definitions of Managed Objects for
  67.           the DS1 and DS3 Interface Types, RFC1232 and RFC1233.
  68.  
  69.           This memo does not specify a standard for the Internet
  70.           community.
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.           T. Cox & K. Tesink (editors) Expires 7/15/93          [Page 2]
  117.  
  118.  
  119.  
  120.  
  121.  
  122.           Internet Draft          SONET Objects             January 1993
  123.  
  124.  
  125.           3.  The Network Management Framework
  126.  
  127.           The Internet-standard Network Management Framework consists of
  128.           three components.  They are:
  129.  
  130.                RFC 1155 which defines the SMI, the mechanisms used for
  131.                describing and naming objects for the purpose of
  132.                management.  RFC 1212 defines a more concise description
  133.                mechanism, which is wholly consistent with the SMI.
  134.  
  135.                RFC 1156 which defines MIB-I, the core set of managed
  136.                objects for the Internet suite of protocols.  RFC 1213,
  137.                defines MIB-II, an evolution of MIB-I based on
  138.                implementation experience and new operational
  139.                requirements.
  140.  
  141.                RFC 1157 which defines the SNMP, the protocol used for
  142.                network access to managed objects.
  143.  
  144.  
  145.           The Framework permits new objects to be defined for the
  146.           purpose of experimentation and evaluation.
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.           T. Cox & K. Tesink (editors) Expires 7/15/93          [Page 3]
  176.  
  177.  
  178.  
  179.  
  180.  
  181.           Internet Draft          SONET Objects             January 1993
  182.  
  183.  
  184.           4.  Objects
  185.  
  186.           Managed objects are accessed via a virtual information store,
  187.           termed the Management Information Base or MIB.  Objects in the
  188.           MIB are defined using the subset of Abstract Syntax Notation
  189.           One (ASN.1) [7] defined in the SMI.  In particular, each
  190.           object has a name, a syntax, and an encoding.  The name is an
  191.           object identifier, an administratively assigned name, which
  192.           specifies an object type.  The object type together with an
  193.           object instance serves to uniquely identify a specific
  194.           instantiation of the object.  For human convenience, we often
  195.           use a textual string, termed the OBJECT DESCRIPTOR, to also
  196.           refer to the object type.
  197.  
  198.           The syntax of an object type defines the abstract data
  199.           structure corresponding to that object type.  The ASN.1
  200.           language is used for this purpose.  However, the SMI [3]
  201.           purposely restricts the ASN.1 constructs which may be used.
  202.           These restrictions are explicitly made for simplicity.
  203.  
  204.           The encoding of an object type is simply how that object type
  205.           is represented using the object type's syntax.  Implicitly
  206.           tied to the notion of an object type's syntax and encoding is
  207.           how the object type is represented when being transmitted on
  208.           the network.  The SMI specifies the use of the basic encoding
  209.           rules of ASN.1 [8], subject to the additional requirements
  210.           imposed by the SNMP.
  211.  
  212.           4.1.  Format of Definitions
  213.  
  214.           Section 6 contains contains the specification of all object
  215.           types contained in this MIB module.  The object types are
  216.           defined using the conventions defined in the SMI, as amended
  217.           by the extensions specified in RFC 1212 [12].
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.           T. Cox & K. Tesink (editors) Expires 7/15/93          [Page 4]
  235.  
  236.  
  237.  
  238.  
  239.  
  240.           Internet Draft          SONET Objects             January 1993
  241.  
  242.  
  243.           5.  Overview
  244.  
  245.           These objects are used when the particular media being used to
  246.           realize an interface is a SONET interface.  At present, this
  247.           applies to these values of the ifType variable in the
  248.           Internet-standard MIB:
  249.  
  250.                sonet (xx)
  251.  
  252.           The definitions contained herein are based on the SONET
  253.           specifications in ANSI T1.105 and T1.106-1988 [9, 9a, 10].
  254.  
  255.           5.1.  Binding between SONET Interfaces, Sections, Lines,
  256.           Paths, and   Virtual Tributaries"
  257.  
  258.           SONET is layered into five parts as follows:
  259.                               ______________________________
  260.                               |                             |
  261.                               |                             |
  262.                               |    VT Layer                 |
  263.                               |                             |
  264.                               |_____________________________|
  265.                               |                             |
  266.                               |                             |
  267.                               |    Path Layer               |
  268.                               |                             |
  269.                               |_____________________________|
  270.                               |                             |
  271.                               |                             |
  272.                               |    Line Layer               |
  273.                               |                             |
  274.                               |_____________________________|
  275.                               |                             |
  276.                               |                             |
  277.                               |    Section Layer            |
  278.                               |                             |
  279.                               |_____________________________|
  280.                               |                             |
  281.                               |                             |
  282.                               |    Photonic* Layer          |
  283.                               |                             |
  284.                               |_____________________________|
  285.  
  286.  
  287.           * The Photonic Layer may actually be an electrical layer,
  288.  
  289.  
  290.  
  291.  
  292.  
  293.           T. Cox & K. Tesink (editors) Expires 7/15/93          [Page 5]
  294.  
  295.  
  296.  
  297.  
  298.  
  299.           Internet Draft          SONET Objects             January 1993
  300.  
  301.  
  302.           because some applications allow SONET STS-1 and STS-3 signals
  303.           to be implemented over coax.
  304.  
  305.           A device is considered to be either a Section Terminating
  306.           Entity (STE), a Line Terminating Entity (LTE), or a Path
  307.           Terminating Entity (PTE).  If a device is a STE, then it also
  308.           terminates the Photonic Layer.  If a device is a LTE, then it
  309.           also terminates the Photonic and Section Layers.  If a device
  310.           is a PTE, then it also terminates the Photonic, Section and
  311.           Line Layers.  A PTE terminates the VT layer if the SONET
  312.           signal contains Virtual Tributaries (VTs).
  313.  
  314.           An example of an STE is an SONET optical regenerator.  An
  315.           example of an LTE is an SONET multiplexer.  An example of an
  316.           PTE is a Digital Cross Connect System
  317.           This MIB is used to manage SONET interfaces on a SONET device.
  318.           All interfaces are assigned an integer value equal to ifIndex.
  319.           The value for ifIndex is equal to the values for
  320.           sonetGeneralIndex, sonetPhotonicIndex, sonetSectionIndex,
  321.           sonetLineIndex, sonetPathIfIndex, sonetVTIfIndex, etc.
  322.  
  323.  
  324.           5.2.  Objectives of this MIB Module
  325.  
  326.           This MIB is used to monitor devices that have SONET
  327.           interfaces.
  328.  
  329.           5.3.  SONET Terminology
  330.  
  331.           The terminology used in this document to describe error
  332.           conditions on a SONET circuit as monitored by a SONET system
  333.           are from the ANSI T1M1.3/92-005R1 [11].  If the definition in
  334.           this document does not match the definition in the ANSI
  335.           T1M1.3/92-005R1 draft document, the implementer should follow
  336.           the definition described in this document.
  337.  
  338.           Section Loss Of Frame (Out of Frame Event)
  339.                An Out of Frame (OOF) event (or Severely Errored Frame
  340.                Event) is entered when four contiguous errored frame
  341.                alignment signals have been received.  The OOF event is
  342.                cleared upon detecting two contiguous error-free frame
  343.                words.  Any implementation of the frame recovery
  344.                circuitry which achieves realignment following an OOF
  345.                within the 250 microsecond (two frames) interval implied
  346.                by this definition is acceptable.
  347.  
  348.  
  349.  
  350.  
  351.  
  352.           T. Cox & K. Tesink (editors) Expires 7/15/93          [Page 6]
  353.  
  354.  
  355.  
  356.  
  357.  
  358.           Internet Draft          SONET Objects             January 1993
  359.  
  360.  
  361.                An Loss of Frame (LOF) defect is declared when an OOF
  362.                persists for a period of 3 milliseconds.  The LOF defect
  363.                is cleared when the incoming signal remains continuously
  364.                in-frame for a period of 1 ms to 3 ms.
  365.  
  366.                An LOF failure is declared when the LOF defect persists
  367.                for a period of 2 to 10 seconds.  The LOF failure is
  368.                cleared when the LOF defect is absent for a period of
  369.                less than or equal to 20 seconds.
  370.  
  371.           Loss of Signal
  372.                The Loss of Signal (LOS) defect is declared when no
  373.                transitions are detected on the incoming signal (before
  374.                descrambling).  The LOS defect is detected  upon
  375.                observing 2.3 to 100 microseconds of no transitions.  The
  376.                LOS defect is cleared after a 125 microsecond interval
  377.                (one frame) during which no LOS defect is detected.
  378.  
  379.                The LOS failure is declared when the LOS defect persists
  380.                for a period of 2 to 10 seconds.  The LOS failure is
  381.                cleared when the LOS defect is absent for a period of
  382.                less than or equal to 20 seconds.  Declaration of LOS
  383.                failure clears any existing LOF failure.  Clearing the
  384.                LOS failure allows immediate declaration of the LOF
  385.                failure if conditions warrant.
  386.  
  387.           STS-Path Loss of Pointer
  388.                An Loss of Pointer (LOP) defect is declared when either a
  389.                valid pointer is not detected in eight consecutive
  390.                frames, or when eight consecutive frames are detected
  391.                with the New Data Flag (NDF) set to "1001" without a
  392.                valid concatenation indicator (see ANSI T1.105).  A LOP
  393.                defect is cleared when either a valid pointer with a
  394.                normal NDF set to "0110", or a valid concatenation
  395.                indicator is detected for three contiguous frames.
  396.                Incoming STS-Path AIS shall not result in the declaration
  397.                of a LOP defect.
  398.  
  399.                A STS-Path LOP failure is declared when the STS-Path LOP
  400.                defect persists for a period of 2 to 10 seconds.  A STS-
  401.                Path LOP failure is cleared when the STS-Path LOP defect
  402.                is absent for a period of less than or equal to 20
  403.                seconds.
  404.  
  405.           VT Loss of Pointer
  406.  
  407.  
  408.  
  409.  
  410.  
  411.           T. Cox & K. Tesink (editors) Expires 7/15/93          [Page 7]
  412.  
  413.  
  414.  
  415.  
  416.  
  417.           Internet Draft          SONET Objects             January 1993
  418.  
  419.  
  420.                A VT LOP defect is declared when either a valid pointer
  421.                is not detected in eight consecutive VT superframes, or
  422.                when eight consecutive VT superframes are detected with
  423.                the NDF set to "1001" without a valid concatenation
  424.                indicator.  A VT LOP defect is cleared when either a
  425.                valid pointer with a normal NDF set to "0110", or a valid
  426.                concatenation indicator is detected for three contiguous
  427.                VT superframes.  Incoming VT-Path AIS shall not result in
  428.                declaring a VT LOP defect.
  429.  
  430.                A VT LOP failure is declared when the VT LOP defect
  431.                persists for a period of 2 to 10 seconds.  A VT LOP
  432.                failure is cleared when the VT LOP defect is absent for a
  433.                period of less than or equal to 20 seconds.
  434.  
  435.           Line Alarm Indication Signal
  436.                A Line Alarm Indication Signal (L-AIS) is defined in ANSI
  437.                T1.105.  The following criteria are specific to the L-AIS
  438.                defect:
  439.  
  440.                --  Line AIS defect is detected as a "111" pattern in
  441.                bits 6, 7, and 8 of the K2 byte in five consecutive
  442.                frames.
  443.  
  444.                --  Line AIS defect is cleared when bits 6, 7, and 8 of
  445.                the K2 byte do not contain the code "111" for five
  446.                consecutive frames.
  447.  
  448.                A Line AIS failure is declared when the Line AIS defect
  449.                persists for a period of 2 to 10 seconds.  A Line AIS
  450.                failure is cleared when the Line AIS defect is absent for
  451.                a period of less than or equal to 20 seconds.  The Line
  452.                AIS failure declaration and clearing shall function
  453.                properly in the presence of a random BER of 10^-3 or
  454.                better.
  455.  
  456.           STS-Path Alarm Indication Signal
  457.                The STS-Path Alarm Indication Signal (AIS) is defined in
  458.                ANSI T1.105 as all ones in bytes H1, H2, and H3 as well
  459.                as all ones in the entire STS SPE.  The following
  460.                criteria are specific to the STS-Path AIS defect:
  461.  
  462.                -- STS-Path AIS defect is detected as all ones in bytes
  463.                H1 and H2 in three contiguous frames.
  464.  
  465.  
  466.  
  467.  
  468.  
  469.  
  470.           T. Cox & K. Tesink (editors) Expires 7/15/93          [Page 8]
  471.  
  472.  
  473.  
  474.  
  475.  
  476.           Internet Draft          SONET Objects             January 1993
  477.  
  478.  
  479.                -- The STS-Path AIS defect is cleared when a valid STS
  480.                Pointer is detected with the NDF set to "1001" (inverted)
  481.                for one frame, or  "0110" (normal) for three contiguous
  482.                frames.
  483.  
  484.                A STS-Path AIS failure is declared when the STS-Path AIS
  485.                defect persists for a period of 2 to 10 seconds.  A STS-
  486.                Path AIS failure is cleared when the STS-Path AIS defect
  487.                is absent for a period of less than or equal to 20
  488.                seconds.  The STS-Path AIS failure declaration and
  489.                clearing shall function properly in the presence of a
  490.                random BER of 10^-3 or better.
  491.  
  492.           VT-Path Alarm Indication Signal
  493.                The VT-Path Alarm Indication Signal (AIS) is only
  494.                applicable for VTs in the floating mode of operation.
  495.                VT-Path AIS is used to alert the downstream VT Path
  496.                Terminating Entity (PTE) of an upstream failure.  Upon
  497.                detection of a failure, Line AIS, or STS-Path AIS, an STS
  498.                PTE will generate downstream VT-Path AIS if the STS
  499.                Synchronous Payload Envelope (SPE) is carrying floating
  500.                VTs.  VT-Path AIS is specified in ANSI T1.105 as all ones
  501.                in bytes V1, V2, V3, and V4, as well as all ones in the
  502.                entire VT SPE.  The following criteria are specific to
  503.                VT-Path AIS defect:
  504.  
  505.                --  VT-Path AIS defect is detected by a VT PTE as all
  506.                ones in bytes V1 and V2 in three contiguous VT
  507.                superframes.
  508.  
  509.                --  VT-Path AIS defect is cleared when valid VT pointer
  510.                with a valid VT size is detected with the NDF set to
  511.                "1001" (inverted) for one VT superframe, or "0110"
  512.                (normal) for three contiguous VT superframes are
  513.                detected.
  514.  
  515.                A VT-Path AIS failure is declared when the VT-Path AIS
  516.                defect persists for a period of 2 to 10 seconds.  A VT-
  517.                Path AIS failure is cleared when the VT-Path AIS defect
  518.                is absent for a period of less than or equal to 20
  519.                seconds.  The VT-Path AIS failure declaration and
  520.                clearing shall function properly in the presence of a
  521.                random BER of 10^-3 or better.
  522.  
  523.           Line Remote Defect Indication
  524.  
  525.  
  526.  
  527.  
  528.  
  529.           T. Cox & K. Tesink (editors) Expires 7/15/93          [Page 9]
  530.  
  531.  
  532.  
  533.  
  534.  
  535.           Internet Draft          SONET Objects             January 1993
  536.  
  537.  
  538.                Line Remote Defect Indication (RDI) is generated by
  539.                inserting the code "110" in bit positions 6, 7, and 8 of
  540.                the K2 byte in STS-1 #1 of the STS-N signal.  Line RDI is
  541.                defined in ANSI T1.105.  The following criteria are
  542.                specific to Line RDI defect:
  543.  
  544.                --  Line RDI defect is a "110" code in bits 6, 7, and 8
  545.                of the K2 byte of in STS-1 #1 in five consecutive frames.
  546.  
  547.                --  Line RDI defect is cleared when any code other than
  548.                "110" is detected in bits 6, 7, and 8 of the K2 byte in
  549.                five consecutive frames.
  550.  
  551.                A Line RDI failure is declared when the incoming Line RDI
  552.                defects lasts for 2 to 10 seconds.  The Line RDI failure
  553.                is cleared when no Line RDI defects are detected for
  554.                period equal to or less than 20 seconds.
  555.  
  556.           STS-Path Remote Defect Indication
  557.                STS-Path RDI defect is generated within 125 microseconds
  558.                by the STS PTE upon detection of an AIS or LOP defect.
  559.                STS-Path RDI defect is defined in ANSI T1.105.  The
  560.                following requirements are specific to the STS-Path RDI
  561.                defect:
  562.  
  563.                --  STS-Path RDI is detected by all STS PTEs.  STS-Path
  564.                RDI is detected by the upstream STS PTE as a "1" in bit
  565.                five of the Path Status byte (G1) for five contiguous
  566.                frames.
  567.  
  568.                --  Removal of STS-Path Remote Defect Indication is
  569.                detected by a "0" in bit 5 of the G1 byte in five
  570.                contiguous frames.
  571.                STS-Path RDI defect is cleared immediately by the STS PTE
  572.                when the AIS or LOP defect is no longer detected.
  573.  
  574.           VT-Path Remote Defect Indication
  575.                VT Path RDI defect is generated within 500 microseconds
  576.                by the VT PTE upon detection of an AIS or LOP defect.
  577.                VT-Path RDI defect is defined in ANSI T1.105.  The
  578.                following requirements are specific to VT-Path RDI
  579.                defect:
  580.  
  581.                --  VT-Path RDI defect is the occurrence of a "1" in bit
  582.                4 of the VT-Path Overhead byte (V5) in five contiguous
  583.  
  584.  
  585.  
  586.  
  587.  
  588.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 10]
  589.  
  590.  
  591.  
  592.  
  593.  
  594.           Internet Draft          SONET Objects             January 1993
  595.  
  596.  
  597.                frames.
  598.  
  599.                --  VT-Path RDI defect is terminated when a "0" is
  600.                detected in bit 4 of the VT-Path Overhead byte (V5) for
  601.                five contiguous frames.
  602.  
  603.                VT-Path RDI defect is terminated immediately by the VT
  604.                PTE when the AIS or LOP defect is no longer detected.
  605.  
  606.                T1.105 is presently updating its requirements on the VT-
  607.                Path RDI and RFI.  This document contains the current
  608.                requirements as much as possible.
  609.  
  610.           VT-Path Remote Failure Indication
  611.                The VT-Path RFI is specified in ANSI T1.105.  The RFI
  612.                failure is declared in the device within 5 ms of
  613.                detecting the incoming VT-Path RFI Signal.  The following
  614.                criteria are specific to VT-Path RFI:
  615.  
  616.                --  VT-Path Remote Failure Indication is generated by
  617.                setting bit 8 in the VT-Path Overhead byte (V5) to "1" in
  618.                ten contiguous VT superframes.
  619.  
  620.                --  Removal of VT-Path Remote Failure Indication is
  621.                detected by a "0" in bit 8 of the V5 byte received for
  622.                ten contiguous VT superframes.
  623.  
  624.                The Remote Failure Indication failure is cleared in the
  625.                device within 50 ms of the detection of the deactivation
  626.                of the incoming VT-Path Remote Failure Indication signal.
  627.  
  628.                T1.105 may remove the VT-Path RFI signal and replace it
  629.                with the VT-Path RDI.  See VT-Path RDI.
  630.  
  631.           Coding Violation
  632.                Coding Violations (CV) are Bit Interleaved Parity (BIP)
  633.                errors that are detected in the incoming signal.  CV
  634.                counters are incremented for each BIP error detected.
  635.                That is, each BIP-8 can detect up to eight errors per
  636.                STS-N frame, with each error incrementing the CV counter.
  637.                Section CVs shall be collected using the BIP-8 in the B1
  638.                byte located in the Section Overhead of STS-1 #1.  Line
  639.                CVs shall be collected using the BIP-8s in B2 bytes
  640.                located in the Line Overhead of each STS-1 (since all CVs
  641.                on an STS-N line are counted together, this is equivalent
  642.  
  643.  
  644.  
  645.  
  646.  
  647.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 11]
  648.  
  649.  
  650.  
  651.  
  652.  
  653.           Internet Draft          SONET Objects             January 1993
  654.  
  655.  
  656.                to counting each error in the BIP-8*N contained in the B2
  657.                bytes of the STS-N Line Overhead).  Thus, on an STS-N
  658.                signal, up to 8 x N CVs may occur in each frame.  Path
  659.                CVs shall be collected using the BIP-8 in the B3 byte of
  660.                the STS-Path Overhead of the STS SPE.  VT CVs shall be
  661.                collected using the BIP-2 in the V5 overhead byte of the
  662.                floating VT.
  663.  
  664.           Errored Seconds
  665.                At each layer, an Errored Second (ES) is a second with
  666.                one or more Coding Violations at that layer OR one or
  667.                more incoming defects (e.g., OOF, LOP, or AIS) at that
  668.                layer has occurred.
  669.  
  670.           Severely Errored Seconds
  671.                At each layer, an Severely Errored Second (SES) is a
  672.                second with x or more CVs at that layer, or a second
  673.                during which at least one or more incoming defects at
  674.                that layer has occurred.  Values of x vary depending on
  675.                the line rate and the Bit Error Rate.  See Section 5.4
  676.                for values for x.
  677.  
  678.           Severely Errored Framing Seconds
  679.                A Severely Errored Framing Second (SEFS) is a seconds
  680.                with containing one or more OOF events.  This counter is
  681.                only counted at the Section Layer.
  682.  
  683.           Unavailable Seconds
  684.                At the Line, Path, and VT layers, an unavailable second
  685.                is calculated by counting the number of seconds that the
  686.                interface is unavailable.  At each layer, the SONET
  687.                interface is said to be unavailable from the onset of 10
  688.                contiguous SESs, or the onset of the condition leading to
  689.                a failure.  If the condition leading to the failure was
  690.                immediately preceded by one or more contiguous SESs, then
  691.                the SONET interface unavailability starts from the onset
  692.                of these SESs.  Once unavailable, and if no failure is
  693.                present, the SONET interface becomes available at the
  694.                onset of 10 contiguous seconds with no SESs.  Once
  695.                unavailable, and if a failure is present, the SONET
  696.                interface becomes available at the onset of 10 contiguous
  697.                seconds with no SESs, if the failure clearing time is
  698.                less than or equal to 10 seconds.  If the failure
  699.                clearing time is more than 10 seconds, the SONET
  700.                interface becomes available at the onset of 10 contiguous
  701.  
  702.  
  703.  
  704.  
  705.  
  706.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 12]
  707.  
  708.  
  709.  
  710.  
  711.  
  712.           Internet Draft          SONET Objects             January 1993
  713.  
  714.  
  715.                seconds with no SESs, or the onset period leading to the
  716.                successful clearing condition, whichever occurs later.
  717.                With respect to the SONET error counts at each layer, all
  718.                counters at that layer are incremented while the SONET
  719.                interface is deemed available at that layer.  While the
  720.                interface is deemed unavailable at that layer, the only
  721.                count that is incremented is UASs at that layer.
  722.  
  723.                A special case exists when the 10 or more second period
  724.                crosses the 900 second statistics window boundary, as the
  725.                foregoing description implies that the SES and UAS
  726.                counters must be adjusted when the Unavailable Signal
  727.                State is entered. Clearly, successive GETs of the
  728.                affected sonetPathIntervalSES and sonetPathIntervalUAS
  729.                (for the Line and VT also) objects will return differing
  730.                values if the first GET occurs during the first few
  731.                seconds of the window.  This is viewed as an unavoidable
  732.                side-effect of selecting the presently defined managed
  733.                objects as a basis for this memo.
  734.  
  735.           Circuit Identifier
  736.                This is a character string specified by the circuit
  737.                vendor, and is useful when communicating with the vendor
  738.                during the troubleshooting process.
  739.  
  740.  
  741.  
  742.  
  743.  
  744.  
  745.  
  746.  
  747.  
  748.  
  749.  
  750.  
  751.  
  752.  
  753.  
  754.  
  755.  
  756.  
  757.  
  758.  
  759.  
  760.  
  761.  
  762.  
  763.  
  764.  
  765.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 13]
  766.  
  767.  
  768.  
  769.  
  770.  
  771.           Internet Draft          SONET Objects             January 1993
  772.  
  773.  
  774.           5.4.  Values for x for the Section, Line, Path, and VT
  775.           Layers
  776.  
  777.  
  778.                          Value for x for SONET Section SES Definition
  779.  
  780.                     Rate            x               Minimum Bit Error Rate
  781.                     =======================================================
  782.                     OC-1             9                      1.5 x 10^-7
  783.                     0C-3            16                        1 x 10^-7
  784.                     OC-9            47                        1 x 10^-7
  785.                     OC-12           63                        1 x 10^-7
  786.                     OC-18           94                        1 x 10^-7
  787.                     OC-24          125                        1 x 10^-7
  788.                     OC-36          187                        1 x 10^-7
  789.                     OC-48          249                        1 x 10^-7
  790.  
  791.  
  792.                          Value for x for SONET Line SES Definition
  793.  
  794.                     Rate            x               Minimum Bit Error Rate
  795.                     =======================================================
  796.                     OC-1            12                       2 x 10^-7
  797.                     0C-3            32                       2 x 10^-7
  798.                     OC-9            94                       2 x 10^-7
  799.                     OC-12          124                       2 x 10^-7
  800.                     OC-18          186                       2 x 10^-7
  801.                     OC-24          248                       2 x 10^-7
  802.                     OC-36          370                       2 x 10^-7
  803.                     OC-48          494                       2 x 10^-7
  804.  
  805.  
  806.                          Value for x for SONET STS-Path SES Definition
  807.  
  808.                     Rate            x               Minimum Bit Error Rate
  809.                     =======================================================
  810.                     STS-1            9                       1.5 x 10^-7
  811.                     STS-3           16                         1 x 10^-7
  812.  
  813.  
  814.  
  815.  
  816.  
  817.  
  818.  
  819.  
  820.  
  821.  
  822.  
  823.  
  824.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 14]
  825.  
  826.  
  827.  
  828.  
  829.  
  830.           Internet Draft          SONET Objects             January 1993
  831.  
  832.  
  833.                          Value for x for SONET VT-Path SES Definition
  834.  
  835.                     Rate            x               Minimum Bit Error Rate
  836.                     =======================================================
  837.                     VT1.5            4                       2 x 10^-6
  838.                     VT2              6                       2 x 10^-6
  839.                     VT3              8                       2 x 10^-6
  840.                     VT6             14                       2 x 10^-6
  841.  
  842.  
  843.  
  844.  
  845.  
  846.  
  847.  
  848.  
  849.  
  850.  
  851.  
  852.  
  853.  
  854.  
  855.  
  856.  
  857.  
  858.  
  859.  
  860.  
  861.  
  862.  
  863.  
  864.  
  865.  
  866.  
  867.  
  868.  
  869.  
  870.  
  871.  
  872.  
  873.  
  874.  
  875.  
  876.  
  877.  
  878.  
  879.  
  880.  
  881.  
  882.  
  883.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 15]
  884.  
  885.  
  886.  
  887.  
  888.  
  889.           Internet Draft          SONET Objects             January 1993
  890.  
  891.  
  892.           6.  Object Definitions
  893.  
  894.           RFCsonet-MIB DEFINITIONS ::= BEGIN
  895.  
  896.           IMPORTS
  897.               experimental, Gauge
  898.                   FROM RFC1155-SMI
  899.               DisplayString
  900.                   FROM RFC1213-MIB
  901.               OBJECT-TYPE
  902.                   FROM RFC-1212;
  903.  
  904.           --  This MIB module uses the extended OBJECT-TYPE macro
  905.           --  as defined in RFC-1212.
  906.  
  907.           --  This is the MIB module for the SONET objects
  908.  
  909.           sonet    OBJECT IDENTIFIER ::= { experimental 32 }
  910.  
  911.           -- groups in the SONET MIB module
  912.  
  913.           sonetGeneral       OBJECT IDENTIFIER ::= { sonet 1 }
  914.  
  915.           sonetPhotonic      OBJECT IDENTIFIER ::= { sonet 2 }
  916.  
  917.           sonetSection       OBJECT IDENTIFIER ::= { sonet 3 }
  918.  
  919.           sonetLine          OBJECT IDENTIFIER ::= { sonet 4 }
  920.  
  921.           sonetPath          OBJECT IDENTIFIER ::= { sonet 5 }
  922.  
  923.           sonetVT            OBJECT IDENTIFIER ::= { sonet 6 }
  924.  
  925.           sonetFarEndLine    OBJECT IDENTIFIER ::= { sonet 7 }
  926.  
  927.           sonetFarEndPath    OBJECT IDENTIFIER ::= { sonet 8 }
  928.  
  929.           sonetFarEndVT      OBJECT IDENTIFIER ::= { sonet 9 }
  930.  
  931.           -- All SONET systems are required to support
  932.           -- the sonetGeneral, sonetPhotonic and sonetSection groups.
  933.  
  934.           -- Systems terminating SONET lines are required
  935.           -- to support the sonetGeneral, sonetPhotonic,
  936.           -- sonetSection, and sonetLine groups and may
  937.  
  938.  
  939.  
  940.  
  941.  
  942.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 16]
  943.  
  944.  
  945.  
  946.  
  947.  
  948.           Internet Draft          SONET Objects             January 1993
  949.  
  950.  
  951.           -- optionally support the sonetFarEndLine group.
  952.  
  953.           -- Systems terminating SONET paths are required
  954.           -- to support the sonetGeneral, sonetPhotonic, sonetSection,
  955.           -- sonetLine, and sonetPath groups and may
  956.           -- optionally support the sonetFarEndLine and sonetFarEndPath
  957.           -- groups.
  958.  
  959.           -- Systems terminating SONET floating virtual tributaries are
  960.           -- required to support the sonetGeneral, sonetPhotonic, sonetSection,
  961.           -- sonetLine, sonetPath, and sonetVT groups and may
  962.           -- optionally support the sonetFarEndLine, sonetFarEndPath and
  963.           -- sonetFarEndVT groups.
  964.  
  965.  
  966.  
  967.  
  968.  
  969.  
  970.  
  971.  
  972.  
  973.  
  974.  
  975.  
  976.  
  977.  
  978.  
  979.  
  980.  
  981.  
  982.  
  983.  
  984.  
  985.  
  986.  
  987.  
  988.  
  989.  
  990.  
  991.  
  992.  
  993.  
  994.  
  995.  
  996.  
  997.  
  998.  
  999.  
  1000.  
  1001.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 17]
  1002.  
  1003.  
  1004.  
  1005.  
  1006.  
  1007.           Internet Draft          SONET Objects             January 1993
  1008.  
  1009.  
  1010.           -- the SONET General group
  1011.  
  1012.           -- Implementation of this group is mandatory for all
  1013.           -- SONET systems.
  1014.  
  1015.           sonetGeneralTable OBJECT-TYPE
  1016.               SYNTAX  SEQUENCE OF SonetGeneralEntry
  1017.               ACCESS  not-accessible
  1018.               STATUS  mandatory
  1019.               DESCRIPTION
  1020.                   "The SONET General table."
  1021.               ::= { sonetGeneral 1 }
  1022.  
  1023.           sonetGeneralEntry OBJECT-TYPE
  1024.               SYNTAX  SonetGeneralEntry
  1025.               ACCESS  not-accessible
  1026.               STATUS  mandatory
  1027.               DESCRIPTION
  1028.                   "An entry in the SONET table."
  1029.               INDEX   { sonetGeneralIndex }
  1030.               ::= { sonetGeneralTable 1 }
  1031.  
  1032.           SonetGeneralEntry ::=
  1033.               SEQUENCE {
  1034.                   sonetGeneralIndex
  1035.                       INTEGER,
  1036.                   sonetGeneralTimeElapsed
  1037.                       INTEGER,
  1038.                   sonetGeneralValidIntervals
  1039.                       INTEGER
  1040.               }
  1041.  
  1042.           sonetGeneralIndex OBJECT-TYPE
  1043.               SYNTAX  INTEGER (1..65535)
  1044.               ACCESS  read-only
  1045.               STATUS  mandatory
  1046.               DESCRIPTION
  1047.                   "An index value that uniquely identifies a SONET
  1048.                   Interface.  The interface identified by a
  1049.                   particular value of this index is the same
  1050.                   interface as identified by the same value of an
  1051.                   ifIndex object instance."
  1052.               ::= { sonetGeneralEntry 1 }
  1053.  
  1054.           sonetGeneralTimeElapsed OBJECT-TYPE
  1055.  
  1056.  
  1057.  
  1058.  
  1059.  
  1060.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 18]
  1061.  
  1062.  
  1063.  
  1064.  
  1065.  
  1066.           Internet Draft          SONET Objects             January 1993
  1067.  
  1068.  
  1069.               SYNTAX  INTEGER (1..900)
  1070.               ACCESS  read-only
  1071.               STATUS  mandatory
  1072.               DESCRIPTION
  1073.                  "The number of seconds, including partial
  1074.                  seconds, that have elapsed since the beginning of
  1075.                  the current error-measurement period."
  1076.               ::= { sonetGeneralEntry 2 }
  1077.  
  1078.           sonetGeneralValidIntervals OBJECT-TYPE
  1079.               SYNTAX  INTEGER (0..96)
  1080.               ACCESS  read-only
  1081.               STATUS  mandatory
  1082.               DESCRIPTION
  1083.                  "The number of previous intervals for which valid
  1084.                  data was collected.  The value will be 96 unless
  1085.                  the device was brought online within the last
  1086.                  24 hours, in which case the value will be the
  1087.                  number of complete 15 minute intervals the device has
  1088.                  been online."
  1089.               ::= { sonetGeneralEntry 3 }
  1090.  
  1091.  
  1092.  
  1093.  
  1094.  
  1095.  
  1096.  
  1097.  
  1098.  
  1099.  
  1100.  
  1101.  
  1102.  
  1103.  
  1104.  
  1105.  
  1106.  
  1107.  
  1108.  
  1109.  
  1110.  
  1111.  
  1112.  
  1113.  
  1114.  
  1115.  
  1116.  
  1117.  
  1118.  
  1119.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 19]
  1120.  
  1121.  
  1122.  
  1123.  
  1124.  
  1125.           Internet Draft          SONET Objects             January 1993
  1126.  
  1127.  
  1128.           -- the SONET Photonic group
  1129.  
  1130.           -- Implementation of this group is mandatory for all
  1131.           -- SONET systems.
  1132.           -- SONET interfaces for some applications may be electrical
  1133.           -- interfaces and not optical interfaces.  This group handles
  1134.           -- the configuration information for both optical SONET interfaces
  1135.           -- and electrical SONET interfaces.
  1136.  
  1137.           sonetPhotonicConfigTable OBJECT-TYPE
  1138.               SYNTAX  SEQUENCE OF SonetPhotonicConfigEntry
  1139.               ACCESS  not-accessible
  1140.               STATUS  mandatory
  1141.               DESCRIPTION
  1142.                  "The SONET Photonic Configuration table."
  1143.                ::= { sonetPhotonic 1 }
  1144.  
  1145.           sonetPhotonicConfigEntry OBJECT-TYPE
  1146.               SYNTAX  SonetPhotonicConfigEntry
  1147.               ACCESS  not-accessible
  1148.               STATUS  mandatory
  1149.               DESCRIPTION
  1150.                  "An entry in the SONET Configuration table."
  1151.               INDEX   { sonetPhotonicIndex }
  1152.                ::= { sonetPhotonicConfigTable 1 }
  1153.  
  1154.           SonetPhotonicConfigEntry ::=
  1155.               SEQUENCE {
  1156.                    sonetPhotonicIndex
  1157.                        INTEGER,
  1158.                    sonetPhotonicLineCoding
  1159.                        INTEGER,
  1160.                    sonetPhotonicLineType
  1161.                        INTEGER,
  1162.                    sonetPhotonicCircuitIdentifier
  1163.                        DisplayString
  1164.               }
  1165.  
  1166.           sonetPhotonicIndex OBJECT-TYPE
  1167.               SYNTAX  INTEGER (1..65535)
  1168.               ACCESS  read-only
  1169.               STATUS  mandatory
  1170.               DESCRIPTION
  1171.                  "An index value that uniquely identifies a SONET
  1172.                   Interface.  The interface identified by a
  1173.  
  1174.  
  1175.  
  1176.  
  1177.  
  1178.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 20]
  1179.  
  1180.  
  1181.  
  1182.  
  1183.  
  1184.           Internet Draft          SONET Objects             January 1993
  1185.  
  1186.  
  1187.                   particular value of this index is the same
  1188.                   interface as identified by the same value of an
  1189.                   ifIndex object instance."
  1190.                ::= { sonetPhotonicConfigEntry 1 }
  1191.  
  1192.           sonetPhotonicLineCoding OBJECT-TYPE
  1193.               SYNTAX  INTEGER {
  1194.                           sonetPhotonicOther(1),
  1195.                           sonetPhotonicB3ZS(2),
  1196.                           sonetPhotonicCMI(3),
  1197.                           sonetPhotonicNRZ(4),
  1198.                           sonetPhotonicRZ(5)
  1199.                       }
  1200.               ACCESS  read-only
  1201.               STATUS  mandatory
  1202.               DESCRIPTION
  1203.                  "This variable describes the line coding for
  1204.                  this interface. The B3ZS and CMI are used for
  1205.                  electrical SONET signals (STS-1 and STS-3).
  1206.                  The Non-Return to Zero (NRZ) and the Return
  1207.                  to Zero are used for optical SONET signals."
  1208.               ::= { sonetPhotonicConfigEntry 2 }
  1209.  
  1210.           sonetPhotonicLineType OBJECT-TYPE
  1211.               SYNTAX  INTEGER {
  1212.                           sonetSingleMode(1),
  1213.                           sonetMultiMode(2),
  1214.                           sonetCoax(3)
  1215.                       }
  1216.               ACCESS  read-only
  1217.               STATUS  mandatory
  1218.               DESCRIPTION
  1219.                  "This variable describes the line type for
  1220.                  this interface. The line types are
  1221.                  Single Mode fiber or Multi-Mode fiber interfaces
  1222.                  and coax for electrical interfaces."
  1223.               ::= { sonetPhotonicConfigEntry 3 }
  1224.  
  1225.           sonetPhotonicCircuitIdentifier OBJECT-TYPE
  1226.               SYNTAX  DisplayString (SIZE (0..255))
  1227.               ACCESS  read-only
  1228.               STATUS  mandatory
  1229.               DESCRIPTION
  1230.                  "This variable contains the transmission
  1231.                  vendor's circuit identifier, for the
  1232.  
  1233.  
  1234.  
  1235.  
  1236.  
  1237.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 21]
  1238.  
  1239.  
  1240.  
  1241.  
  1242.  
  1243.           Internet Draft          SONET Objects             January 1993
  1244.  
  1245.  
  1246.                  purpose of facilitating troubleshooting."
  1247.               ::= { sonetPhotonicConfigEntry 4 }
  1248.  
  1249.  
  1250.  
  1251.  
  1252.  
  1253.  
  1254.  
  1255.  
  1256.  
  1257.  
  1258.  
  1259.  
  1260.  
  1261.  
  1262.  
  1263.  
  1264.  
  1265.  
  1266.  
  1267.  
  1268.  
  1269.  
  1270.  
  1271.  
  1272.  
  1273.  
  1274.  
  1275.  
  1276.  
  1277.  
  1278.  
  1279.  
  1280.  
  1281.  
  1282.  
  1283.  
  1284.  
  1285.  
  1286.  
  1287.  
  1288.  
  1289.  
  1290.  
  1291.  
  1292.  
  1293.  
  1294.  
  1295.  
  1296.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 22]
  1297.  
  1298.  
  1299.  
  1300.  
  1301.  
  1302.           Internet Draft          SONET Objects             January 1993
  1303.  
  1304.  
  1305.           -- the SONET Section group
  1306.  
  1307.           -- Implementation of this group is mandatory for all
  1308.           -- SONET systems.
  1309.  
  1310.           -- this group consists of 4 tables:
  1311.           -- - the SONET Section Configuration
  1312.           -- - the SONET Section Interval
  1313.           -- - the SONET Section Current
  1314.           -- - the SONET Section Total
  1315.  
  1316.  
  1317.  
  1318.  
  1319.  
  1320.  
  1321.  
  1322.  
  1323.  
  1324.  
  1325.  
  1326.  
  1327.  
  1328.  
  1329.  
  1330.  
  1331.  
  1332.  
  1333.  
  1334.  
  1335.  
  1336.  
  1337.  
  1338.  
  1339.  
  1340.  
  1341.  
  1342.  
  1343.  
  1344.  
  1345.  
  1346.  
  1347.  
  1348.  
  1349.  
  1350.  
  1351.  
  1352.  
  1353.  
  1354.  
  1355.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 23]
  1356.  
  1357.  
  1358.  
  1359.  
  1360.  
  1361.           Internet Draft          SONET Objects             January 1993
  1362.  
  1363.  
  1364.           -- the SONET Section Configuration
  1365.  
  1366.           -- Although the objects in this table are read-only, at
  1367.           -- the agent's discretion they may be made read-write
  1368.           -- so that the management station, when appropriately
  1369.           -- authorized can reconfigure the SONET Sections.
  1370.  
  1371.           sonetSectionConfigTable OBJECT-TYPE
  1372.               SYNTAX  SEQUENCE OF SonetSectionConfigEntry
  1373.               ACCESS  not-accessible
  1374.               STATUS  mandatory
  1375.               DESCRIPTION
  1376.                  "The SONET Section Configuration table."
  1377.               ::= { sonetSection 1 }
  1378.  
  1379.           sonetSectionConfigEntry OBJECT-TYPE
  1380.               SYNTAX  SonetSectionConfigEntry
  1381.               ACCESS  not-accessible
  1382.               STATUS  mandatory
  1383.               DESCRIPTION
  1384.                  "An entry in the SONET Section Configuration table."
  1385.               INDEX   { sonetSectionIndex }
  1386.               ::= { sonetSectionConfigTable 1 }
  1387.  
  1388.           SonetSectionConfigEntry ::=
  1389.               SEQUENCE {
  1390.                    sonetSectionIndex
  1391.                        INTEGER,
  1392.                    sonetSectionStatus
  1393.                        INTEGER
  1394.               }
  1395.  
  1396.           sonetSectionIndex OBJECT-TYPE
  1397.               SYNTAX  INTEGER (1..65535)
  1398.               ACCESS  read-only
  1399.               STATUS  mandatory
  1400.               DESCRIPTION
  1401.                  "An index value that uniquely identifies a SONET
  1402.                  Interface.  The interface identified by a
  1403.                  particular value of this index is the same
  1404.                  interface as identified by the same value of an
  1405.                  ifIndex object instance."
  1406.                ::= { sonetSectionConfigEntry 1 }
  1407.  
  1408.           sonetSectionStatus OBJECT-TYPE
  1409.  
  1410.  
  1411.  
  1412.  
  1413.  
  1414.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 24]
  1415.  
  1416.  
  1417.  
  1418.  
  1419.  
  1420.           Internet Draft          SONET Objects             January 1993
  1421.  
  1422.  
  1423.               SYNTAX  INTEGER (1..7)
  1424.               ACCESS  read-only
  1425.               STATUS  mandatory
  1426.               DESCRIPTION
  1427.                  "This variable indicates the
  1428.                  status of the interface.
  1429.                  The sonetSectionStatus
  1430.                  is a bit map represented
  1431.                  as a sum, therefore,
  1432.                  it can represent multiple defects
  1433.                  simultaneously.
  1434.                  The sonetSectionNoDefect should be
  1435.                  set if and only if
  1436.                  no other flag is set.
  1437.  
  1438.                  The various bit positions are:
  1439.                        1   sonetSectionNoDefect
  1440.                        2   sonetSectionLOS
  1441.                        4   sonetSectionLOF"
  1442.                ::= { sonetSectionConfigEntry 2 }
  1443.  
  1444.  
  1445.  
  1446.  
  1447.  
  1448.  
  1449.  
  1450.  
  1451.  
  1452.  
  1453.  
  1454.  
  1455.  
  1456.  
  1457.  
  1458.  
  1459.  
  1460.  
  1461.  
  1462.  
  1463.  
  1464.  
  1465.  
  1466.  
  1467.  
  1468.  
  1469.  
  1470.  
  1471.  
  1472.  
  1473.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 25]
  1474.  
  1475.  
  1476.  
  1477.  
  1478.  
  1479.           Internet Draft          SONET Objects             January 1993
  1480.  
  1481.  
  1482.           -- the SONET Section Interval
  1483.  
  1484.           -- The SONET Section Interval Table contains various statistics
  1485.           -- collected by each system over the previous 24 hours of
  1486.           -- operation.  The past 24 hours are broken into 96
  1487.           -- completed 15 minute intervals.
  1488.  
  1489.           sonetSectionIntervalTable OBJECT-TYPE
  1490.               SYNTAX  SEQUENCE OF SonetSectionIntervalEntry
  1491.               ACCESS  not-accessible
  1492.               STATUS  mandatory
  1493.               DESCRIPTION
  1494.                  "The SONET Section Interval table."
  1495.                ::= { sonetSection 2 }
  1496.  
  1497.           sonetSectionIntervalEntry OBJECT-TYPE
  1498.               SYNTAX  SonetSectionIntervalEntry
  1499.               ACCESS  not-accessible
  1500.               STATUS  mandatory
  1501.               DESCRIPTION
  1502.                  "An entry in the SONET Section Interval table."
  1503.               INDEX   { sonetSectionIntervalIndex,
  1504.                         sonetSectionIntervalNumber }
  1505.                ::= { sonetSectionIntervalTable 1 }
  1506.  
  1507.           SonetSectionIntervalEntry ::=
  1508.               SEQUENCE {
  1509.                    sonetSectionIntervalIndex
  1510.                        INTEGER,
  1511.                    sonetSectionIntervalNumber
  1512.                        INTEGER,
  1513.                    sonetSectionIntervalESs
  1514.                        Gauge,
  1515.                    sonetSectionIntervalSESs
  1516.                        Gauge,
  1517.                    sonetSectionIntervalSEFSs
  1518.                        Gauge,
  1519.                    sonetSectionIntervalCVs
  1520.                        Gauge
  1521.               }
  1522.  
  1523.           sonetSectionIntervalIndex OBJECT-TYPE
  1524.               SYNTAX  INTEGER (1..65535)
  1525.               ACCESS  read-only
  1526.               STATUS  mandatory
  1527.  
  1528.  
  1529.  
  1530.  
  1531.  
  1532.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 26]
  1533.  
  1534.  
  1535.  
  1536.  
  1537.  
  1538.           Internet Draft          SONET Objects             January 1993
  1539.  
  1540.  
  1541.               DESCRIPTION
  1542.                  "The index value which uniquely identifies the
  1543.                  Section to which this entry is applicable.  The
  1544.                  interface identified by a particular value of
  1545.                  this index is the same interface as identified
  1546.                  by the same value of an sonetSectionIndex object
  1547.                  instance."
  1548.               ::= { sonetSectionIntervalEntry 1 }
  1549.  
  1550.           sonetSectionIntervalNumber OBJECT-TYPE
  1551.               SYNTAX  INTEGER (1..96)
  1552.               ACCESS  read-only
  1553.               STATUS  mandatory
  1554.               DESCRIPTION
  1555.                  "A number between 1 and 96, where 1 is the most
  1556.                  recently completed 15 minute interval and 96 is
  1557.                  the least recently completed 15 minutes
  1558.                  interval (assuming that all 96 intervals are
  1559.                  valid)."
  1560.                ::= { sonetSectionIntervalEntry 2 }
  1561.  
  1562.           sonetSectionIntervalESs OBJECT-TYPE
  1563.               SYNTAX  Gauge
  1564.               ACCESS  read-only
  1565.               STATUS  mandatory
  1566.               DESCRIPTION
  1567.                  "The counter associated with the number of
  1568.                  Errored Seconds encountered
  1569.                  by a SONET Section in one of the previous 96,
  1570.                  individual 15 minute, intervals."
  1571.                ::= { sonetSectionIntervalEntry 3 }
  1572.  
  1573.           sonetSectionIntervalSESs OBJECT-TYPE
  1574.               SYNTAX  Gauge
  1575.               ACCESS  read-only
  1576.               STATUS  mandatory
  1577.               DESCRIPTION
  1578.                  "The counter associated with the number of
  1579.                  Severely Errored Seconds
  1580.                  encountered by a SONET Section in one of the previous
  1581.                  96, individual 15 minute, intervals."
  1582.               ::= { sonetSectionIntervalEntry 4 }
  1583.  
  1584.           sonetSectionIntervalSEFSs OBJECT-TYPE
  1585.               SYNTAX  Gauge
  1586.  
  1587.  
  1588.  
  1589.  
  1590.  
  1591.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 27]
  1592.  
  1593.  
  1594.  
  1595.  
  1596.  
  1597.           Internet Draft          SONET Objects             January 1993
  1598.  
  1599.  
  1600.               ACCESS  read-only
  1601.               STATUS  mandatory
  1602.               DESCRIPTION
  1603.                  "The counter associated with the number of
  1604.                  Severely Errored Framing Seconds
  1605.                  encountered by a SONET Section in one of the
  1606.                  previous 96, individual 15 minute, intervals."
  1607.               ::= { sonetSectionIntervalEntry 5 }
  1608.  
  1609.           sonetSectionIntervalCVs OBJECT-TYPE
  1610.               SYNTAX  Gauge
  1611.               ACCESS  read-only
  1612.               STATUS  mandatory
  1613.               DESCRIPTION
  1614.                  "The counter associated with the number of Coding
  1615.                  Violations encountered by a
  1616.                  SONET Section in one of the previous 96, individual
  1617.                  15-minute, intervals."
  1618.               ::= { sonetSectionIntervalEntry 6 }
  1619.  
  1620.  
  1621.  
  1622.  
  1623.  
  1624.  
  1625.  
  1626.  
  1627.  
  1628.  
  1629.  
  1630.  
  1631.  
  1632.  
  1633.  
  1634.  
  1635.  
  1636.  
  1637.  
  1638.  
  1639.  
  1640.  
  1641.  
  1642.  
  1643.  
  1644.  
  1645.  
  1646.  
  1647.  
  1648.  
  1649.  
  1650.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 28]
  1651.  
  1652.  
  1653.  
  1654.  
  1655.  
  1656.           Internet Draft          SONET Objects             January 1993
  1657.  
  1658.  
  1659.  
  1660.           -- the SONET Section Current
  1661.  
  1662.           -- The SONET current table contains various statistics being
  1663.           -- collected for the current 15 minute interval.
  1664.  
  1665.           sonetSectionCurrentTable OBJECT-TYPE
  1666.               SYNTAX  SEQUENCE OF SonetSectionCurrentEntry
  1667.               ACCESS  not-accessible
  1668.               STATUS  mandatory
  1669.               DESCRIPTION
  1670.                  "The SONET Section Current table."
  1671.                ::= { sonetSection 3 }
  1672.  
  1673.           sonetSectionCurrentEntry OBJECT-TYPE
  1674.               SYNTAX  SonetSectionCurrentEntry
  1675.               ACCESS  not-accessible
  1676.               STATUS  mandatory
  1677.               DESCRIPTION
  1678.                  "An entry in the SONET Section Current table."
  1679.               INDEX   { sonetSectionCurrentIndex }
  1680.                ::= { sonetSectionCurrentTable 1 }
  1681.  
  1682.           SonetSectionCurrentEntry ::=
  1683.               SEQUENCE {
  1684.                   sonetSectionCurrentIndex
  1685.                       INTEGER,
  1686.                   sonetSectionCurrentESs
  1687.                       Gauge,
  1688.                   sonetSectionCurrentSESs
  1689.                       Gauge,
  1690.                   sonetSectionCurrentSEFSs
  1691.                       Gauge,
  1692.                   sonetSectionCurrentCVs
  1693.                       Gauge
  1694.               }
  1695.  
  1696.           sonetSectionCurrentIndex OBJECT-TYPE
  1697.               SYNTAX  INTEGER (1..65535)
  1698.               ACCESS  read-only
  1699.               STATUS  mandatory
  1700.               DESCRIPTION
  1701.                  "The index value which uniquely identifies the
  1702.                  Section to which this entry is applicable.  The
  1703.                  interface identified by a particular value of
  1704.  
  1705.  
  1706.  
  1707.  
  1708.  
  1709.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 29]
  1710.  
  1711.  
  1712.  
  1713.  
  1714.  
  1715.           Internet Draft          SONET Objects             January 1993
  1716.  
  1717.  
  1718.                  this index is the same interface as identified
  1719.                  by the same value of an sonetSectionIndex object
  1720.                  instance."
  1721.                ::= { sonetSectionCurrentEntry 1 }
  1722.  
  1723.           sonetSectionCurrentESs OBJECT-TYPE
  1724.               SYNTAX  Gauge
  1725.               ACCESS  read-only
  1726.               STATUS  mandatory
  1727.               DESCRIPTION
  1728.                  "The counter associated with the number of Errored
  1729.                  Seconds encountered by a SONET
  1730.                  Section in the current 15 minute interval."
  1731.                ::= { sonetSectionCurrentEntry 2 }
  1732.  
  1733.           sonetSectionCurrentSESs OBJECT-TYPE
  1734.               SYNTAX  Gauge
  1735.               ACCESS  read-only
  1736.               STATUS  mandatory
  1737.               DESCRIPTION
  1738.                  "The counter associated with the number of
  1739.                  Severely Errored Seconds
  1740.                  encountered by a SONET Section in the current 15
  1741.                  minute interval."
  1742.                ::= { sonetSectionCurrentEntry 3 }
  1743.  
  1744.           sonetSectionCurrentSEFSs OBJECT-TYPE
  1745.               SYNTAX  Gauge
  1746.               ACCESS  read-only
  1747.               STATUS  mandatory
  1748.               DESCRIPTION
  1749.                  "The counter associated with the number of
  1750.                  Severely Errored Framing Seconds
  1751.                  encountered by a SONET Section in the current
  1752.                  15 minute interval."
  1753.               ::= { sonetSectionCurrentEntry 4 }
  1754.  
  1755.           sonetSectionCurrentCVs OBJECT-TYPE
  1756.               SYNTAX  Gauge
  1757.               ACCESS  read-only
  1758.               STATUS  mandatory
  1759.               DESCRIPTION
  1760.                  "The counter associated with the number of Coding
  1761.                  Violations encountered by a
  1762.                  SONET Section in the current 15 minute interval."
  1763.  
  1764.  
  1765.  
  1766.  
  1767.  
  1768.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 30]
  1769.  
  1770.  
  1771.  
  1772.  
  1773.  
  1774.           Internet Draft          SONET Objects             January 1993
  1775.  
  1776.  
  1777.                ::= { sonetSectionCurrentEntry 5 }
  1778.  
  1779.  
  1780.  
  1781.  
  1782.  
  1783.  
  1784.  
  1785.  
  1786.  
  1787.  
  1788.  
  1789.  
  1790.  
  1791.  
  1792.  
  1793.  
  1794.  
  1795.  
  1796.  
  1797.  
  1798.  
  1799.  
  1800.  
  1801.  
  1802.  
  1803.  
  1804.  
  1805.  
  1806.  
  1807.  
  1808.  
  1809.  
  1810.  
  1811.  
  1812.  
  1813.  
  1814.  
  1815.  
  1816.  
  1817.  
  1818.  
  1819.  
  1820.  
  1821.  
  1822.  
  1823.  
  1824.  
  1825.  
  1826.  
  1827.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 31]
  1828.  
  1829.  
  1830.  
  1831.  
  1832.  
  1833.           Internet Draft          SONET Objects             January 1993
  1834.  
  1835.  
  1836.           -- the SONET Section Total
  1837.  
  1838.           -- The SONET Section Total Table contains the cumulative sum of
  1839.           -- the various statistics for the 24 hour interval preceding the
  1840.           -- first valid interval in the SonetSectionCurrentTable.
  1841.  
  1842.           sonetSectionTotalTable OBJECT-TYPE
  1843.               SYNTAX  SEQUENCE OF SonetSectionTotalEntry
  1844.               ACCESS  not-accessible
  1845.               STATUS  mandatory
  1846.               DESCRIPTION
  1847.                  "The SONET Section Total Table."
  1848.                ::= { sonetSection 4 }
  1849.  
  1850.           sonetSectionTotalEntry OBJECT-TYPE
  1851.               SYNTAX  SonetSectionTotalEntry
  1852.               ACCESS  not-accessible
  1853.               STATUS  mandatory
  1854.               DESCRIPTION
  1855.                 "An entry in the SONET Section Total table."
  1856.               INDEX   { sonetSectionTotalIndex }
  1857.                ::= { sonetSectionTotalTable 1 }
  1858.  
  1859.           SonetSectionTotalEntry ::=
  1860.               SEQUENCE {
  1861.                   sonetSectionTotalIndex
  1862.                       INTEGER,
  1863.                   sonetSectionTotalESs
  1864.                       Gauge,
  1865.                   sonetSectionTotalSESs
  1866.                       Gauge,
  1867.                   sonetSectionTotalSEFSs
  1868.                       Gauge,
  1869.                   sonetSectionTotalCVs
  1870.                       Gauge
  1871.               }
  1872.  
  1873.           sonetSectionTotalIndex OBJECT-TYPE
  1874.               SYNTAX  INTEGER (1..65535)
  1875.               ACCESS  read-only
  1876.               STATUS  mandatory
  1877.               DESCRIPTION
  1878.                  "The index value which uniquely identifies the
  1879.                  Section
  1880.                  to which this entry is applicable.  The interface
  1881.  
  1882.  
  1883.  
  1884.  
  1885.  
  1886.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 32]
  1887.  
  1888.  
  1889.  
  1890.  
  1891.  
  1892.           Internet Draft          SONET Objects             January 1993
  1893.  
  1894.  
  1895.                  identified by a particular value of this index is
  1896.                  the same interface as identified by the same value
  1897.                  of an sonetSectionIndex object instance."
  1898.                ::= { sonetSectionTotalEntry 1 }
  1899.  
  1900.           sonetSectionTotalESs OBJECT-TYPE
  1901.               SYNTAX  Gauge
  1902.               ACCESS  read-only
  1903.               STATUS  mandatory
  1904.               DESCRIPTION
  1905.                  "The counter associated with the number of Errored
  1906.                  Seconds encountered by a SONET
  1907.                  Section in the previous 24 hour interval."
  1908.                ::= { sonetSectionTotalEntry 2 }
  1909.  
  1910.           sonetSectionTotalSESs OBJECT-TYPE
  1911.               SYNTAX  Gauge
  1912.               ACCESS  read-only
  1913.               STATUS  mandatory
  1914.               DESCRIPTION
  1915.                  "The counter associated with the number of
  1916.                  Severely Errored Seconds
  1917.                  encountered by a SONET Section in the previous 24
  1918.                  hour interval."
  1919.               ::= { sonetSectionTotalEntry 3 }
  1920.  
  1921.           sonetSectionTotalSEFSs OBJECT-TYPE
  1922.               SYNTAX  Gauge
  1923.               ACCESS  read-only
  1924.               STATUS  mandatory
  1925.               DESCRIPTION
  1926.                  "The counter associated with the number of
  1927.                  Severely Errored Framing Seconds
  1928.                  encountered by a SONET Section in the previous
  1929.                  24 hour interval."
  1930.                ::= { sonetSectionTotalEntry 4 }
  1931.  
  1932.           sonetSectionTotalCVs OBJECT-TYPE
  1933.               SYNTAX  Gauge
  1934.               ACCESS  read-only
  1935.               STATUS  mandatory
  1936.               DESCRIPTION
  1937.                  "The counter associated with the number of Coding
  1938.                  Violations encountered by a
  1939.                  SONET Section in the previous 24 hour interval."
  1940.  
  1941.  
  1942.  
  1943.  
  1944.  
  1945.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 33]
  1946.  
  1947.  
  1948.  
  1949.  
  1950.  
  1951.           Internet Draft          SONET Objects             January 1993
  1952.  
  1953.  
  1954.                ::= { sonetSectionTotalEntry 5}
  1955.  
  1956.  
  1957.  
  1958.  
  1959.  
  1960.  
  1961.  
  1962.  
  1963.  
  1964.  
  1965.  
  1966.  
  1967.  
  1968.  
  1969.  
  1970.  
  1971.  
  1972.  
  1973.  
  1974.  
  1975.  
  1976.  
  1977.  
  1978.  
  1979.  
  1980.  
  1981.  
  1982.  
  1983.  
  1984.  
  1985.  
  1986.  
  1987.  
  1988.  
  1989.  
  1990.  
  1991.  
  1992.  
  1993.  
  1994.  
  1995.  
  1996.  
  1997.  
  1998.  
  1999.  
  2000.  
  2001.  
  2002.  
  2003.  
  2004.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 34]
  2005.  
  2006.  
  2007.  
  2008.  
  2009.  
  2010.           Internet Draft          SONET Objects             January 1993
  2011.  
  2012.  
  2013.           -- the SONET Line group
  2014.  
  2015.           -- Implementation of this group is mandatory for all
  2016.           -- SONET systems that terminate SONET Lines,
  2017.           -- Paths or Virtual Tributaries.
  2018.  
  2019.           -- this group consists of 4 tables:
  2020.           -- - the SONET Line Configuration
  2021.           -- - the SONET Line Interval
  2022.           -- - the SONET Line Current
  2023.           -- - the SONET Line Total
  2024.  
  2025.  
  2026.  
  2027.  
  2028.  
  2029.  
  2030.  
  2031.  
  2032.  
  2033.  
  2034.  
  2035.  
  2036.  
  2037.  
  2038.  
  2039.  
  2040.  
  2041.  
  2042.  
  2043.  
  2044.  
  2045.  
  2046.  
  2047.  
  2048.  
  2049.  
  2050.  
  2051.  
  2052.  
  2053.  
  2054.  
  2055.  
  2056.  
  2057.  
  2058.  
  2059.  
  2060.  
  2061.  
  2062.  
  2063.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 35]
  2064.  
  2065.  
  2066.  
  2067.  
  2068.  
  2069.           Internet Draft          SONET Objects             January 1993
  2070.  
  2071.  
  2072.           -- the SONET Line Configuration
  2073.  
  2074.           -- Although the objects in this table are read-only, at
  2075.           -- the agent's discretion they may be made read-write
  2076.           -- so that the management station, when appropriately
  2077.           -- authorized can reconfigure the SONET Lines.
  2078.  
  2079.           sonetLineConfigTable OBJECT-TYPE
  2080.               SYNTAX  SEQUENCE OF SonetLineConfigEntry
  2081.               ACCESS  not-accessible
  2082.               STATUS  mandatory
  2083.               DESCRIPTION
  2084.                  "The SONET Line Configuration table."
  2085.                ::= { sonetLine 1 }
  2086.  
  2087.           sonetLineConfigEntry OBJECT-TYPE
  2088.               SYNTAX  SonetLineConfigEntry
  2089.               ACCESS  not-accessible
  2090.               STATUS  mandatory
  2091.               DESCRIPTION
  2092.                  "An entry in the SONET Line Configuration table."
  2093.               INDEX   { sonetLineIndex }
  2094.               ::= { sonetLineConfigTable 1 }
  2095.  
  2096.           SonetLineConfigEntry ::=
  2097.               SEQUENCE {
  2098.                   sonetLineIndex
  2099.                       INTEGER,
  2100.                   sonetLineStatus
  2101.                       INTEGER
  2102.               }
  2103.  
  2104.           sonetLineIndex OBJECT-TYPE
  2105.               SYNTAX  INTEGER (1..65535)
  2106.               ACCESS  read-only
  2107.               STATUS  mandatory
  2108.               DESCRIPTION
  2109.                  "An index value that uniquely identifies a SONET
  2110.                  Interface.  The interface identified by a
  2111.                  particular value of this index is the same
  2112.                  interface as identified by the same value of an
  2113.                  ifIndex object instance."
  2114.                ::= { sonetLineConfigEntry 1 }
  2115.  
  2116.           sonetLineStatus OBJECT-TYPE
  2117.  
  2118.  
  2119.  
  2120.  
  2121.  
  2122.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 36]
  2123.  
  2124.  
  2125.  
  2126.  
  2127.  
  2128.           Internet Draft          SONET Objects             January 1993
  2129.  
  2130.  
  2131.               SYNTAX  INTEGER (1..7)
  2132.               ACCESS  read-only
  2133.               STATUS  mandatory
  2134.               DESCRIPTION
  2135.                  "This variable indicates the
  2136.                  status of the interface.
  2137.                  The sonetLineStatus
  2138.                  is a bit map represented
  2139.                  as a sum, therefore,
  2140.                  it can represent multiple defects
  2141.                  simultaneously.
  2142.                  The sonetLineNoDefect should be
  2143.                  set if and only if
  2144.                  no other flag is set.
  2145.  
  2146.                  The various bit positions are:
  2147.                   1   sonetLineNoDefect
  2148.                   2   sonetLineAIS
  2149.                   4   sonetLineRDI"
  2150.                ::= { sonetLineConfigEntry 2 }
  2151.  
  2152.  
  2153.  
  2154.  
  2155.  
  2156.  
  2157.  
  2158.  
  2159.  
  2160.  
  2161.  
  2162.  
  2163.  
  2164.  
  2165.  
  2166.  
  2167.  
  2168.  
  2169.  
  2170.  
  2171.  
  2172.  
  2173.  
  2174.  
  2175.  
  2176.  
  2177.  
  2178.  
  2179.  
  2180.  
  2181.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 37]
  2182.  
  2183.  
  2184.  
  2185.  
  2186.  
  2187.           Internet Draft          SONET Objects             January 1993
  2188.  
  2189.  
  2190.           -- the SONET Line Interval
  2191.  
  2192.           -- The SONET Line Interval Table contains various statistics
  2193.           -- collected by each system over the previous 24 hours of
  2194.           -- operation.  The past 24 hours are broken into 96
  2195.           -- completed 15 minute intervals.
  2196.  
  2197.           sonetLineIntervalTable OBJECT-TYPE
  2198.               SYNTAX  SEQUENCE OF SonetLineIntervalEntry
  2199.               ACCESS  not-accessible
  2200.               STATUS  mandatory
  2201.               DESCRIPTION
  2202.                  "The SONET Line Interval table."
  2203.                ::= { sonetLine 2 }
  2204.  
  2205.           sonetLineIntervalEntry OBJECT-TYPE
  2206.               SYNTAX  SonetLineIntervalEntry
  2207.               ACCESS  not-accessible
  2208.               STATUS  mandatory
  2209.               DESCRIPTION
  2210.                  "An entry in the SONET Line Interval table."
  2211.              INDEX   { sonetLineIntervalIndex,
  2212.                        sonetLineIntervalNumber }
  2213.              ::= { sonetLineIntervalTable 1 }
  2214.  
  2215.           SonetLineIntervalEntry ::=
  2216.               SEQUENCE {
  2217.                   sonetLineIntervalIndex
  2218.                       INTEGER,
  2219.                   sonetLineIntervalNumber
  2220.                       INTEGER,
  2221.                   sonetLineIntervalESs
  2222.                       Gauge,
  2223.                   sonetLineIntervalSESs
  2224.                       Gauge,
  2225.                   sonetLineIntervalCVs
  2226.                       Gauge,
  2227.                   sonetLineIntervalUASs
  2228.                       Gauge
  2229.               }
  2230.  
  2231.           sonetLineIntervalIndex OBJECT-TYPE
  2232.               SYNTAX  INTEGER (1..65535)
  2233.               ACCESS  read-only
  2234.               STATUS  mandatory
  2235.  
  2236.  
  2237.  
  2238.  
  2239.  
  2240.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 38]
  2241.  
  2242.  
  2243.  
  2244.  
  2245.  
  2246.           Internet Draft          SONET Objects             January 1993
  2247.  
  2248.  
  2249.               DESCRIPTION
  2250.                  "The index value which uniquely identifies the
  2251.                  Line to which this entry is applicable.  The
  2252.                  interface identified by a particular value of
  2253.                  this index is the same interface as identified
  2254.                  by the same value of an sonetLineIndex object
  2255.                  instance."
  2256.                ::= { sonetLineIntervalEntry 1 }
  2257.  
  2258.           sonetLineIntervalNumber OBJECT-TYPE
  2259.               SYNTAX  INTEGER (1..96)
  2260.               ACCESS  read-only
  2261.               STATUS  mandatory
  2262.               DESCRIPTION
  2263.                 "A number between 1 and 96, where 1 is the most
  2264.                 recently completed 15 minute interval and 96 is
  2265.                 the least recently completed 15 minutes
  2266.                 interval (assuming that all 96 intervals are
  2267.                 valid)."
  2268.                ::= { sonetLineIntervalEntry 2 }
  2269.  
  2270.           sonetLineIntervalESs OBJECT-TYPE
  2271.               SYNTAX  Gauge
  2272.               ACCESS  read-only
  2273.               STATUS  mandatory
  2274.               DESCRIPTION
  2275.                  "The counter associated with the number of
  2276.                  Errored Seconds encountered
  2277.                  by a SONET Line in one of the previous 96,
  2278.                  individual 15 minute, intervals."
  2279.                ::= { sonetLineIntervalEntry 3 }
  2280.  
  2281.           sonetLineIntervalSESs OBJECT-TYPE
  2282.               SYNTAX  Gauge
  2283.               ACCESS  read-only
  2284.               STATUS  mandatory
  2285.               DESCRIPTION
  2286.                  "The counter associated with the number of
  2287.                  Severely Errored Seconds
  2288.                  encountered by a SONET Line in one of the previous
  2289.                  96, individual 15 minute, intervals."
  2290.                 ::= { sonetLineIntervalEntry 4 }
  2291.  
  2292.           sonetLineIntervalCVs OBJECT-TYPE
  2293.               SYNTAX  Gauge
  2294.  
  2295.  
  2296.  
  2297.  
  2298.  
  2299.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 39]
  2300.  
  2301.  
  2302.  
  2303.  
  2304.  
  2305.           Internet Draft          SONET Objects             January 1993
  2306.  
  2307.  
  2308.               ACCESS  read-only
  2309.               STATUS  mandatory
  2310.               DESCRIPTION
  2311.                 "The counter associated with the number of Coding
  2312.                 Violations encountered by a
  2313.                 SONET Line in one of the previous 96, individual 15
  2314.                 minute, intervals."
  2315.               ::= { sonetLineIntervalEntry 5 }
  2316.  
  2317.           sonetLineIntervalUASs OBJECT-TYPE
  2318.               SYNTAX  Gauge
  2319.               ACCESS  read-only
  2320.               STATUS  mandatory
  2321.               DESCRIPTION
  2322.                 "The counter associated with the
  2323.                 number of Unavailable Seconds
  2324.                 encountered by a SONET Line in one of the
  2325.                 previous 96, individual 15 minute, intervals."
  2326.               ::= { sonetLineIntervalEntry 6}
  2327.  
  2328.  
  2329.  
  2330.  
  2331.  
  2332.  
  2333.  
  2334.  
  2335.  
  2336.  
  2337.  
  2338.  
  2339.  
  2340.  
  2341.  
  2342.  
  2343.  
  2344.  
  2345.  
  2346.  
  2347.  
  2348.  
  2349.  
  2350.  
  2351.  
  2352.  
  2353.  
  2354.  
  2355.  
  2356.  
  2357.  
  2358.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 40]
  2359.  
  2360.  
  2361.  
  2362.  
  2363.  
  2364.           Internet Draft          SONET Objects             January 1993
  2365.  
  2366.  
  2367.           -- the SONET Line Current
  2368.  
  2369.           -- The SONET current table contains various statistics being
  2370.           -- collected for the current 15 minute interval.
  2371.  
  2372.           sonetLineCurrentTable OBJECT-TYPE
  2373.               SYNTAX  SEQUENCE OF SonetLineCurrentEntry
  2374.               ACCESS  not-accessible
  2375.               STATUS  mandatory
  2376.               DESCRIPTION
  2377.                 "The SONET Line Current table."
  2378.               ::= { sonetLine 3 }
  2379.  
  2380.           sonetLineCurrentEntry OBJECT-TYPE
  2381.               SYNTAX  SonetLineCurrentEntry
  2382.               ACCESS  not-accessible
  2383.               STATUS  mandatory
  2384.               DESCRIPTION
  2385.                 "An entry in the SONET Line Current table."
  2386.               INDEX   { sonetLineCurrentIndex }
  2387.               ::= { sonetLineCurrentTable 1 }
  2388.  
  2389.           SonetLineCurrentEntry ::=
  2390.               SEQUENCE {
  2391.                    sonetLineCurrentIndex
  2392.                        INTEGER,
  2393.                    sonetLineCurrentESs
  2394.                        Gauge,
  2395.                    sonetLineCurrentSESs
  2396.                        Gauge,
  2397.                    sonetLineCurrentCVs
  2398.                        Gauge,
  2399.                    sonetLineCurrentUASs
  2400.                        Gauge
  2401.                }
  2402.  
  2403.           sonetLineCurrentIndex OBJECT-TYPE
  2404.               SYNTAX  INTEGER (1..65535)
  2405.               ACCESS  read-only
  2406.               STATUS  mandatory
  2407.               DESCRIPTION
  2408.                "The index value which uniquely identifies the
  2409.                 Line to which this entry is applicable.  The
  2410.                 interface identified by a particular value of
  2411.                 this index is the same interface as identified
  2412.  
  2413.  
  2414.  
  2415.  
  2416.  
  2417.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 41]
  2418.  
  2419.  
  2420.  
  2421.  
  2422.  
  2423.           Internet Draft          SONET Objects             January 1993
  2424.  
  2425.  
  2426.                 by the same value of an sonetLineIndex object
  2427.                 instance."
  2428.               ::= { sonetLineCurrentEntry 1 }
  2429.  
  2430.           sonetLineCurrentESs OBJECT-TYPE
  2431.               SYNTAX  Gauge
  2432.               ACCESS  read-only
  2433.               STATUS  mandatory
  2434.               DESCRIPTION
  2435.                "The counter associated with the number of Errored
  2436.                Seconds encountered by a SONET
  2437.                Line in the current 15 minute interval."
  2438.               ::= { sonetLineCurrentEntry 2 }
  2439.  
  2440.           sonetLineCurrentSESs OBJECT-TYPE
  2441.               SYNTAX  Gauge
  2442.               ACCESS  read-only
  2443.               STATUS  mandatory
  2444.               DESCRIPTION
  2445.                "The counter associated with the number of
  2446.                Severely Errored Seconds
  2447.                encountered by a SONET Line in the current 15
  2448.                minute
  2449.                interval."
  2450.               ::= { sonetLineCurrentEntry 3 }
  2451.  
  2452.           sonetLineCurrentCVs OBJECT-TYPE
  2453.               SYNTAX  Gauge
  2454.               ACCESS  read-only
  2455.               STATUS  mandatory
  2456.               DESCRIPTION
  2457.                "The counter associated with the number of Coding
  2458.                Violations encountered by a
  2459.                SONET Line in the current 15 minute interval."
  2460.               ::= { sonetLineCurrentEntry 4 }
  2461.  
  2462.           sonetLineCurrentUASs OBJECT-TYPE
  2463.               SYNTAX  Gauge
  2464.               ACCESS  read-only
  2465.               STATUS  mandatory
  2466.               DESCRIPTION
  2467.                "The counter associated with the number of
  2468.                Unavailable Seconds
  2469.                encountered by a SONET Line in the current 15
  2470.                minute
  2471.  
  2472.  
  2473.  
  2474.  
  2475.  
  2476.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 42]
  2477.  
  2478.  
  2479.  
  2480.  
  2481.  
  2482.           Internet Draft          SONET Objects             January 1993
  2483.  
  2484.  
  2485.                interval."
  2486.               ::= { sonetLineCurrentEntry 6}
  2487.  
  2488.  
  2489.  
  2490.  
  2491.  
  2492.  
  2493.  
  2494.  
  2495.  
  2496.  
  2497.  
  2498.  
  2499.  
  2500.  
  2501.  
  2502.  
  2503.  
  2504.  
  2505.  
  2506.  
  2507.  
  2508.  
  2509.  
  2510.  
  2511.  
  2512.  
  2513.  
  2514.  
  2515.  
  2516.  
  2517.  
  2518.  
  2519.  
  2520.  
  2521.  
  2522.  
  2523.  
  2524.  
  2525.  
  2526.  
  2527.  
  2528.  
  2529.  
  2530.  
  2531.  
  2532.  
  2533.  
  2534.  
  2535.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 43]
  2536.  
  2537.  
  2538.  
  2539.  
  2540.  
  2541.           Internet Draft          SONET Objects             January 1993
  2542.  
  2543.  
  2544.           -- the SONET Line Total
  2545.  
  2546.           -- The SONET Line Total Table contains the cumulative sum of
  2547.           -- the various statistics for the 24 hour interval preceding
  2548.           -- the first valid interval in the SonetLineCurrentTable.
  2549.  
  2550.           sonetLineTotalTable OBJECT-TYPE
  2551.               SYNTAX  SEQUENCE OF SonetLineTotalEntry
  2552.               ACCESS  not-accessible
  2553.               STATUS  mandatory
  2554.               DESCRIPTION
  2555.                "The SONET Line Total Table."
  2556.               ::= { sonetLine 4 }
  2557.  
  2558.           sonetLineTotalEntry OBJECT-TYPE
  2559.               SYNTAX  SonetLineTotalEntry
  2560.               ACCESS  not-accessible
  2561.               STATUS  mandatory
  2562.               DESCRIPTION
  2563.                "An entry in the SONET Line Total table."
  2564.               INDEX   { sonetLineTotalIndex }
  2565.               ::= { sonetLineTotalTable 1 }
  2566.  
  2567.           SonetLineTotalEntry ::=
  2568.               SEQUENCE {
  2569.                   sonetLineTotalIndex
  2570.                       INTEGER,
  2571.                   sonetLineTotalESs
  2572.                       Gauge,
  2573.                   sonetLineTotalSESs
  2574.                       Gauge,
  2575.                   sonetLineTotalCVs
  2576.                       Gauge,
  2577.                   sonetLineTotalUASs
  2578.                       Gauge
  2579.               }
  2580.  
  2581.           sonetLineTotalIndex OBJECT-TYPE
  2582.               SYNTAX  INTEGER (1..65535)
  2583.               ACCESS  read-only
  2584.               STATUS  mandatory
  2585.               DESCRIPTION
  2586.                "The index value which uniquely identifies the Line
  2587.                to which this entry is applicable.  The interface
  2588.                identified by a particular value of this index is
  2589.  
  2590.  
  2591.  
  2592.  
  2593.  
  2594.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 44]
  2595.  
  2596.  
  2597.  
  2598.  
  2599.  
  2600.           Internet Draft          SONET Objects             January 1993
  2601.  
  2602.  
  2603.                the same interface as identified by the same value
  2604.                of an sonetLineIndex object instance."
  2605.               ::= { sonetLineTotalEntry 1 }
  2606.  
  2607.           sonetLineTotalESs OBJECT-TYPE
  2608.               SYNTAX  Gauge
  2609.               ACCESS  read-only
  2610.               STATUS  mandatory
  2611.               DESCRIPTION
  2612.                "The counter associated with the number of Errored
  2613.                Seconds encountered by a SONET
  2614.                Line in the previous 24 hour interval."
  2615.               ::= { sonetLineTotalEntry 2 }
  2616.  
  2617.           sonetLineTotalSESs OBJECT-TYPE
  2618.               SYNTAX  Gauge
  2619.               ACCESS  read-only
  2620.               STATUS  mandatory
  2621.               DESCRIPTION
  2622.                "The counter associated with the number of
  2623.                Severely Errored Seconds
  2624.                encountered by a SONET Line in the previous 24 hour
  2625.                interval."
  2626.               ::= { sonetLineTotalEntry 3 }
  2627.  
  2628.           sonetLineTotalCVs OBJECT-TYPE
  2629.               SYNTAX  Gauge
  2630.               ACCESS  read-only
  2631.               STATUS  mandatory
  2632.               DESCRIPTION
  2633.                "The counter associated with the number of Coding
  2634.                Violations encountered by a
  2635.                SONET Line in the previous 24 hour interval."
  2636.               ::= { sonetLineTotalEntry 4}
  2637.  
  2638.           sonetLineTotalUASs OBJECT-TYPE
  2639.               SYNTAX  Gauge
  2640.               ACCESS  read-only
  2641.               STATUS  mandatory
  2642.               DESCRIPTION
  2643.                "The counter associated with the
  2644.                number of Unavailable Seconds
  2645.                encountered by a SONET Line in the previous 24 hour
  2646.                interval."
  2647.               ::= { sonetLineTotalEntry 6}
  2648.  
  2649.  
  2650.  
  2651.  
  2652.  
  2653.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 45]
  2654.  
  2655.  
  2656.  
  2657.  
  2658.  
  2659.           Internet Draft          SONET Objects             January 1993
  2660.  
  2661.  
  2662.           -- the SONET Path group
  2663.  
  2664.           -- Implementation of this group is mandatory for all
  2665.           -- SONET systems that terminate SONET Paths
  2666.           -- or Virtual Tributaries.
  2667.  
  2668.           -- this group consists of 4 tables:
  2669.           -- - the SONET Path Configuration
  2670.           -- - the SONET Path Interval
  2671.           -- - the SONET Path Current
  2672.           -- - the SONET Path Total
  2673.  
  2674.           -- the SONET Path Configuration
  2675.  
  2676.           -- Although the objects in this table are read-only, at
  2677.           -- the agent's discretion they may be made read-write
  2678.           -- so that the management station, when appropriately
  2679.           -- authorized can reconfigure the SONET Paths.
  2680.  
  2681.           sonetPathConfigTable OBJECT-TYPE
  2682.               SYNTAX  SEQUENCE OF SonetPathConfigEntry
  2683.               ACCESS  not-accessible
  2684.               STATUS  mandatory
  2685.               DESCRIPTION
  2686.                "The SONET Path Configuration table."
  2687.           ::= { sonetPath 1 }
  2688.  
  2689.           sonetPathConfigEntry OBJECT-TYPE
  2690.               SYNTAX  SonetPathConfigEntry
  2691.               ACCESS  not-accessible
  2692.               STATUS  mandatory
  2693.               DESCRIPTION
  2694.                "An entry in the SONET Path Configuration table."
  2695.               INDEX   { sonetPathIfIndex, sonetPathIndex }
  2696.           ::= { sonetPathConfigTable 1 }
  2697.  
  2698.           SonetPathConfigEntry ::=
  2699.               SEQUENCE {
  2700.                   sonetPathIfIndex
  2701.                       INTEGER,
  2702.                   sonetPathIndex
  2703.                       INTEGER,
  2704.                   sonetPathWidth
  2705.                       INTEGER,
  2706.                   sonetPathStatus
  2707.  
  2708.  
  2709.  
  2710.  
  2711.  
  2712.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 46]
  2713.  
  2714.  
  2715.  
  2716.  
  2717.  
  2718.           Internet Draft          SONET Objects             January 1993
  2719.  
  2720.  
  2721.                       INTEGER
  2722.               }
  2723.  
  2724.           sonetPathIfIndex OBJECT-TYPE
  2725.               SYNTAX  INTEGER (1..65535)
  2726.               ACCESS  read-only
  2727.               STATUS  mandatory
  2728.               DESCRIPTION
  2729.                "An index value that uniquely identifies a SONET
  2730.                Interface.  The interface identified by a
  2731.                particular value of this index is the same
  2732.                interface as identified by the same value of an
  2733.                ifIndex object instance."
  2734.           ::= { sonetPathConfigEntry 1 }
  2735.  
  2736.           sonetPathIndex OBJECT-TYPE
  2737.               SYNTAX  INTEGER (1..65535)
  2738.               ACCESS  read-only
  2739.               STATUS  mandatory
  2740.               DESCRIPTION
  2741.                "An index value that uniquely identifies a SONET
  2742.                Path on a SONET Interface.  For example, a STS-3
  2743.                has 3 SONET Paths, and a STS-3c has 1 SONET Path.
  2744.                Another example could be a STS-12 having 4 SONET
  2745.                STS-3c Paths."
  2746.           ::= { sonetPathConfigEntry 2 }
  2747.  
  2748.           sonetPathWidth OBJECT-TYPE
  2749.               SYNTAX  INTEGER  {
  2750.                       sts1(1),
  2751.                       sts3c(2),
  2752.                       sts9c(3),
  2753.                       sts12c(4),
  2754.                       sts24c(5),
  2755.                       sts48c(6)
  2756.                }
  2757.               ACCESS  read-only
  2758.               STATUS  mandatory
  2759.               DESCRIPTION
  2760.                "An value that indicates the type of the SONET
  2761.                Path.  Assigned types are
  2762.                the STS-Nc SPEs where N = 1, 3, 9, 12, 24, and 48.
  2763.                STS-1 is equal to 51.84 Mbps."
  2764.           ::= { sonetPathConfigEntry 3 }
  2765.  
  2766.  
  2767.  
  2768.  
  2769.  
  2770.  
  2771.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 47]
  2772.  
  2773.  
  2774.  
  2775.  
  2776.  
  2777.           Internet Draft          SONET Objects             January 1993
  2778.  
  2779.  
  2780.           sonetPathStatus OBJECT-TYPE
  2781.               SYNTAX  INTEGER (1..15)
  2782.               ACCESS  read-only
  2783.               STATUS  mandatory
  2784.               DESCRIPTION
  2785.              "This variable indicates the
  2786.              status of the interface.
  2787.              The sonetPathStatus
  2788.              is a bit map represented
  2789.              as a sum, therefore,
  2790.              it can represent multiple defects
  2791.              simultaneously.
  2792.              The sonetPathNoDefect should be
  2793.              set if and only if
  2794.              no other flag is set.
  2795.  
  2796.              The various bit positions are:
  2797.                    1   sonetPathNoDefect
  2798.                    2   sonetPathSTSLOP
  2799.                    4   sonetPathSTSAIS
  2800.                    8   sonetPathSTSRDI"
  2801.           ::= { sonetPathConfigEntry 4 }
  2802.  
  2803.  
  2804.  
  2805.  
  2806.  
  2807.  
  2808.  
  2809.  
  2810.  
  2811.  
  2812.  
  2813.  
  2814.  
  2815.  
  2816.  
  2817.  
  2818.  
  2819.  
  2820.  
  2821.  
  2822.  
  2823.  
  2824.  
  2825.  
  2826.  
  2827.  
  2828.  
  2829.  
  2830.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 48]
  2831.  
  2832.  
  2833.  
  2834.  
  2835.  
  2836.           Internet Draft          SONET Objects             January 1993
  2837.  
  2838.  
  2839.           -- the SONET Path Interval
  2840.  
  2841.           -- The SONET Path Interval Table contains various statistics
  2842.           -- collected by each system over the previous 24 hours of
  2843.           -- operation.  The past 24 hours are broken into 96
  2844.           -- completed 15 minute intervals.
  2845.  
  2846.           sonetPathIntervalTable OBJECT-TYPE
  2847.               SYNTAX  SEQUENCE OF SonetPathIntervalEntry
  2848.               ACCESS  not-accessible
  2849.               STATUS  mandatory
  2850.               DESCRIPTION
  2851.                "The SONET Path Interval table."
  2852.           ::= { sonetPath 2 }
  2853.  
  2854.           sonetPathIntervalEntry OBJECT-TYPE
  2855.               SYNTAX  SonetPathIntervalEntry
  2856.               ACCESS  not-accessible
  2857.               STATUS  mandatory
  2858.               DESCRIPTION
  2859.                "An entry in the SONET Path Interval table."
  2860.               INDEX   { sonetPathIntervalIfIndex,
  2861.                         sonetPathIntervalIndex,
  2862.                         sonetPathIntervalNumber }
  2863.           ::= { sonetPathIntervalTable 1 }
  2864.  
  2865.  
  2866.           SonetPathIntervalEntry ::=
  2867.               SEQUENCE {
  2868.                    sonetPathIntervalIfIndex
  2869.                        INTEGER,
  2870.                    sonetPathIntervalIndex
  2871.                        INTEGER,
  2872.                    sonetPathIntervalNumber
  2873.                        INTEGER,
  2874.                    sonetPathIntervalESs
  2875.                        Gauge,
  2876.                    sonetPathIntervalSESs
  2877.                        Gauge,
  2878.                    sonetPathIntervalCVs
  2879.                        Gauge,
  2880.                    sonetPathIntervalUASs
  2881.                        Gauge
  2882.               }
  2883.  
  2884.  
  2885.  
  2886.  
  2887.  
  2888.  
  2889.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 49]
  2890.  
  2891.  
  2892.  
  2893.  
  2894.  
  2895.           Internet Draft          SONET Objects             January 1993
  2896.  
  2897.  
  2898.           sonetPathIntervalIfIndex OBJECT-TYPE
  2899.               SYNTAX  INTEGER (1..65535)
  2900.               ACCESS  read-only
  2901.               STATUS  mandatory
  2902.               DESCRIPTION
  2903.                "An index value that uniquely identifies a SONET
  2904.                Interface.  The interface identified by a
  2905.                particular value of this index is the same
  2906.                interface as identified by the same value of an
  2907.                sonetPathIfIndex object instance."
  2908.           ::= { sonetPathIntervalEntry 1 }
  2909.  
  2910.           sonetPathIntervalIndex OBJECT-TYPE
  2911.               SYNTAX  INTEGER (1..65535)
  2912.               ACCESS  read-only
  2913.               STATUS  mandatory
  2914.               DESCRIPTION
  2915.                "The index value which uniquely identifies the
  2916.                Path to which this entry is applicable.  The
  2917.                interface identified by a particular value of
  2918.                this index is the same interface as identified
  2919.                by the same value of an sonetPathIndex object
  2920.                instance."
  2921.           ::= { sonetPathIntervalEntry 2 }
  2922.  
  2923.           sonetPathIntervalNumber OBJECT-TYPE
  2924.               SYNTAX  INTEGER (1..96)
  2925.               ACCESS  read-only
  2926.               STATUS  mandatory
  2927.               DESCRIPTION
  2928.                "A number between 1 and 96, where 1 is the most
  2929.                recently completed 15 minute interval and 96 is
  2930.                the least recently completed 15 minutes
  2931.                interval (assuming that all 96 intervals are
  2932.                valid)."
  2933.           ::= { sonetPathIntervalEntry 3 }
  2934.  
  2935.           sonetPathIntervalESs OBJECT-TYPE
  2936.               SYNTAX  Gauge
  2937.               ACCESS  read-only
  2938.               STATUS  mandatory
  2939.               DESCRIPTION
  2940.                "The counter associated with the number of
  2941.                Errored Seconds encountered
  2942.                by a SONET Path in one of the previous 96,
  2943.  
  2944.  
  2945.  
  2946.  
  2947.  
  2948.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 50]
  2949.  
  2950.  
  2951.  
  2952.  
  2953.  
  2954.           Internet Draft          SONET Objects             January 1993
  2955.  
  2956.  
  2957.                individual 15 minute, intervals."
  2958.           ::= { sonetPathIntervalEntry 4 }
  2959.  
  2960.           sonetPathIntervalSESs OBJECT-TYPE
  2961.               SYNTAX  Gauge
  2962.               ACCESS  read-only
  2963.               STATUS  mandatory
  2964.               DESCRIPTION
  2965.                "The counter associated with the number of
  2966.                Severely Errored Seconds
  2967.                encountered by a SONET Path in one of the previous
  2968.                96, individual 15 minute, intervals."
  2969.           ::= { sonetPathIntervalEntry 5 }
  2970.  
  2971.           sonetPathIntervalCVs OBJECT-TYPE
  2972.               SYNTAX  Gauge
  2973.               ACCESS  read-only
  2974.               STATUS  mandatory
  2975.               DESCRIPTION
  2976.                "The counter associated with the number of Coding
  2977.                Violations encountered by a
  2978.                SONET Path in one of the previous 96, individual 15
  2979.                minute, intervals."
  2980.           ::= { sonetPathIntervalEntry 6 }
  2981.  
  2982.           sonetPathIntervalUASs OBJECT-TYPE
  2983.               SYNTAX  Gauge
  2984.               ACCESS  read-only
  2985.               STATUS  mandatory
  2986.               DESCRIPTION
  2987.                "The counter associated with the number of
  2988.                Unavailable Seconds
  2989.                encountered by a Path in one of the previous
  2990.                96, individual 15 minute, intervals."
  2991.           ::= { sonetPathIntervalEntry 7 }
  2992.  
  2993.  
  2994.  
  2995.  
  2996.  
  2997.  
  2998.  
  2999.  
  3000.  
  3001.  
  3002.  
  3003.  
  3004.  
  3005.  
  3006.  
  3007.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 51]
  3008.  
  3009.  
  3010.  
  3011.  
  3012.  
  3013.           Internet Draft          SONET Objects             January 1993
  3014.  
  3015.  
  3016.           -- the SONET Path Current
  3017.  
  3018.           -- The SONET current table contains various statistics being
  3019.           -- collected for the current 15 minute interval.
  3020.  
  3021.           sonetPathCurrentTable OBJECT-TYPE
  3022.               SYNTAX  SEQUENCE OF SonetPathCurrentEntry
  3023.               ACCESS  not-accessible
  3024.               STATUS  mandatory
  3025.               DESCRIPTION
  3026.                "The SONET Path Current table."
  3027.           ::= { sonetPath 3 }
  3028.  
  3029.           sonetPathCurrentEntry OBJECT-TYPE
  3030.               SYNTAX  SonetPathCurrentEntry
  3031.               ACCESS  not-accessible
  3032.               STATUS  mandatory
  3033.               DESCRIPTION
  3034.                "An entry in the SONET Path Current table."
  3035.               INDEX   { sonetPathCurrentIfIndex,
  3036.                         sonetPathCurrentIndex }
  3037.           ::= { sonetPathCurrentTable 1 }
  3038.  
  3039.           SonetPathCurrentEntry ::=
  3040.               SEQUENCE {
  3041.                   sonetPathCurrentIfIndex
  3042.                       INTEGER,
  3043.                   sonetPathCurrentIndex
  3044.                       INTEGER,
  3045.                   sonetPathCurrentESs
  3046.                       Gauge,
  3047.                   sonetPathCurrentSESs
  3048.                       Gauge,
  3049.                   sonetPathCurrentCVs
  3050.                       Gauge,
  3051.                   sonetPathCurrentUASs
  3052.                       Gauge
  3053.               }
  3054.  
  3055.           sonetPathCurrentIfIndex OBJECT-TYPE
  3056.               SYNTAX  INTEGER (1..65535)
  3057.               ACCESS  read-only
  3058.               STATUS  mandatory
  3059.               DESCRIPTION
  3060.                "An index value that uniquely identifies a SONET
  3061.  
  3062.  
  3063.  
  3064.  
  3065.  
  3066.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 52]
  3067.  
  3068.  
  3069.  
  3070.  
  3071.  
  3072.           Internet Draft          SONET Objects             January 1993
  3073.  
  3074.  
  3075.                Interface.  The interface identified by a
  3076.                particular value of this index is the same
  3077.                interface as identified by the same value of an
  3078.                sonetPathIfIndex object instance."
  3079.           ::= { sonetPathCurrentEntry 1 }
  3080.  
  3081.           sonetPathCurrentIndex OBJECT-TYPE
  3082.               SYNTAX  INTEGER (1..65535)
  3083.               ACCESS  read-only
  3084.               STATUS  mandatory
  3085.               DESCRIPTION
  3086.                "The index value which uniquely identifies the
  3087.                 Path to which this entry is applicable.  The
  3088.                 interface identified by a particular value of
  3089.                 this index is the same interface as identified
  3090.                 by the same value of an sonetPathIndex object
  3091.                 instance."
  3092.           ::= { sonetPathCurrentEntry 2 }
  3093.  
  3094.           sonetPathCurrentESs OBJECT-TYPE
  3095.               SYNTAX  Gauge
  3096.               ACCESS  read-only
  3097.               STATUS  mandatory
  3098.               DESCRIPTION
  3099.                "The counter associated with the number of Errored
  3100.                Seconds encountered by a SONET
  3101.                Path in the current 15 minute interval."
  3102.           ::= { sonetPathCurrentEntry 3}
  3103.  
  3104.           sonetPathCurrentSESs OBJECT-TYPE
  3105.               SYNTAX  Gauge
  3106.               ACCESS  read-only
  3107.               STATUS  mandatory
  3108.               DESCRIPTION
  3109.                "The counter associated with the number of
  3110.                Severely Errored Seconds
  3111.                encountered by a SONET Path in the current 15
  3112.                minute
  3113.                interval."
  3114.           ::= { sonetPathCurrentEntry 4 }
  3115.  
  3116.           sonetPathCurrentCVs OBJECT-TYPE
  3117.               SYNTAX  Gauge
  3118.               ACCESS  read-only
  3119.               STATUS  mandatory
  3120.  
  3121.  
  3122.  
  3123.  
  3124.  
  3125.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 53]
  3126.  
  3127.  
  3128.  
  3129.  
  3130.  
  3131.           Internet Draft          SONET Objects             January 1993
  3132.  
  3133.  
  3134.               DESCRIPTION
  3135.                "The counter associated with the number of Coding
  3136.                Violations encountered by a
  3137.                SONET Path in the current 15 minute interval."
  3138.           ::= { sonetPathCurrentEntry 5 }
  3139.  
  3140.           sonetPathCurrentUASs OBJECT-TYPE
  3141.               SYNTAX  Gauge
  3142.               ACCESS  read-only
  3143.               STATUS  mandatory
  3144.               DESCRIPTION
  3145.                "The counter associated with the number of
  3146.                Unavailable Seconds
  3147.                encountered by a Path in the current
  3148.                15 minute, interval."
  3149.           ::= { sonetPathCurrentEntry 6 }
  3150.  
  3151.  
  3152.  
  3153.  
  3154.  
  3155.  
  3156.  
  3157.  
  3158.  
  3159.  
  3160.  
  3161.  
  3162.  
  3163.  
  3164.  
  3165.  
  3166.  
  3167.  
  3168.  
  3169.  
  3170.  
  3171.  
  3172.  
  3173.  
  3174.  
  3175.  
  3176.  
  3177.  
  3178.  
  3179.  
  3180.  
  3181.  
  3182.  
  3183.  
  3184.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 54]
  3185.  
  3186.  
  3187.  
  3188.  
  3189.  
  3190.           Internet Draft          SONET Objects             January 1993
  3191.  
  3192.  
  3193.           -- the SONET Path Total
  3194.  
  3195.           -- The SONET Path Total Table contains the cumulative sum of
  3196.           -- the various statistics for the 24 hour interval preceding
  3197.           -- the first valid interval in the SonetPathCurrentTable.
  3198.  
  3199.           sonetPathTotalTable OBJECT-TYPE
  3200.               SYNTAX  SEQUENCE OF SonetPathTotalEntry
  3201.               ACCESS  not-accessible
  3202.               STATUS  mandatory
  3203.               DESCRIPTION
  3204.               "The SONET Path Total Table."
  3205.           ::= { sonetPath 4 }
  3206.  
  3207.           sonetPathTotalEntry OBJECT-TYPE
  3208.              SYNTAX  SonetPathTotalEntry
  3209.              ACCESS  not-accessible
  3210.              STATUS  mandatory
  3211.              DESCRIPTION
  3212.               "An entry in the SONET Path Total table."
  3213.              INDEX   { sonetPathTotalIfIndex,
  3214.                        sonetPathTotalIndex }
  3215.           ::= { sonetPathTotalTable 1 }
  3216.  
  3217.           SonetPathTotalEntry ::=
  3218.               SEQUENCE {
  3219.                   sonetPathTotalIfIndex
  3220.                       INTEGER,
  3221.                   sonetPathTotalIndex
  3222.                       INTEGER,
  3223.                   sonetPathTotalESs
  3224.                       Gauge,
  3225.                   sonetPathTotalSESs
  3226.                       Gauge,
  3227.                   sonetPathTotalCVs
  3228.                       Gauge,
  3229.                   sonetPathTotalUASs
  3230.                       Gauge
  3231.               }
  3232.  
  3233.           sonetPathTotalIfIndex OBJECT-TYPE
  3234.               SYNTAX  INTEGER (1..65535)
  3235.               ACCESS  read-only
  3236.               STATUS  mandatory
  3237.               DESCRIPTION
  3238.  
  3239.  
  3240.  
  3241.  
  3242.  
  3243.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 55]
  3244.  
  3245.  
  3246.  
  3247.  
  3248.  
  3249.           Internet Draft          SONET Objects             January 1993
  3250.  
  3251.  
  3252.                "An index value that uniquely identifies a SONET
  3253.                Interface.  The interface identified by a
  3254.                particular value of this index is the same
  3255.                interface as identified by the same value of an
  3256.                sonetPathIfIndex object instance."
  3257.           ::= { sonetPathTotalEntry 1 }
  3258.  
  3259.           sonetPathTotalIndex OBJECT-TYPE
  3260.               SYNTAX  INTEGER (1..65535)
  3261.               ACCESS  read-only
  3262.               STATUS  mandatory
  3263.               DESCRIPTION
  3264.                "The index value which uniquely identifies the Path
  3265.                to which this entry is applicable.  The interface
  3266.                identified by a particular value of this index is
  3267.                the same interface as identified by the same value
  3268.                of an sonetPathIndex object instance."
  3269.           ::= { sonetPathTotalEntry 2 }
  3270.  
  3271.           sonetPathTotalESs OBJECT-TYPE
  3272.               SYNTAX  Gauge
  3273.               ACCESS  read-only
  3274.               STATUS  mandatory
  3275.               DESCRIPTION
  3276.                "The counter associated with the number of Errored
  3277.                Seconds encountered by a SONET
  3278.                Path in the previous 24 hour interval."
  3279.           ::= { sonetPathTotalEntry 3}
  3280.  
  3281.           sonetPathTotalSESs OBJECT-TYPE
  3282.               SYNTAX  Gauge
  3283.               ACCESS  read-only
  3284.               STATUS  mandatory
  3285.               DESCRIPTION
  3286.                "The counter associated with the number of
  3287.                Severely Errored Seconds
  3288.                encountered by a SONET Path in the previous 24 hour
  3289.                interval."
  3290.           ::= { sonetPathTotalEntry 4 }
  3291.  
  3292.           sonetPathTotalCVs OBJECT-TYPE
  3293.               SYNTAX  Gauge
  3294.               ACCESS  read-only
  3295.               STATUS  mandatory
  3296.               DESCRIPTION
  3297.  
  3298.  
  3299.  
  3300.  
  3301.  
  3302.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 56]
  3303.  
  3304.  
  3305.  
  3306.  
  3307.  
  3308.           Internet Draft          SONET Objects             January 1993
  3309.  
  3310.  
  3311.                "The counter associated with the number of Coding
  3312.                Violations encountered by a
  3313.                SONET Path in the previous 24 hour interval."
  3314.           ::= { sonetPathTotalEntry 5 }
  3315.  
  3316.           sonetPathTotalUASs OBJECT-TYPE
  3317.               SYNTAX  Gauge
  3318.               ACCESS  read-only
  3319.               STATUS  mandatory
  3320.               DESCRIPTION
  3321.                "The counter associated with the number of
  3322.                Unavailable Seconds
  3323.                encountered by a SONET Path in the
  3324.                previous 24 hour interval."
  3325.           ::= { sonetPathTotalEntry 6 }
  3326.  
  3327.  
  3328.  
  3329.  
  3330.  
  3331.  
  3332.  
  3333.  
  3334.  
  3335.  
  3336.  
  3337.  
  3338.  
  3339.  
  3340.  
  3341.  
  3342.  
  3343.  
  3344.  
  3345.  
  3346.  
  3347.  
  3348.  
  3349.  
  3350.  
  3351.  
  3352.  
  3353.  
  3354.  
  3355.  
  3356.  
  3357.  
  3358.  
  3359.  
  3360.  
  3361.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 57]
  3362.  
  3363.  
  3364.  
  3365.  
  3366.  
  3367.           Internet Draft          SONET Objects             January 1993
  3368.  
  3369.  
  3370.           -- the SONET Virtual Tributary group
  3371.  
  3372.           -- Implementation of this group is mandatory for all
  3373.           -- SONET systems that terminate SONET
  3374.           -- Floating Virtual Tributaries (VT).
  3375.  
  3376.           -- this group consists of 4 tables:
  3377.           -- - the SONET VT Configuration
  3378.           -- - the SONET VT Interval
  3379.           -- - the SONET VT Current
  3380.           -- - the SONET VT Total
  3381.  
  3382.  
  3383.  
  3384.  
  3385.  
  3386.  
  3387.  
  3388.  
  3389.  
  3390.  
  3391.  
  3392.  
  3393.  
  3394.  
  3395.  
  3396.  
  3397.  
  3398.  
  3399.  
  3400.  
  3401.  
  3402.  
  3403.  
  3404.  
  3405.  
  3406.  
  3407.  
  3408.  
  3409.  
  3410.  
  3411.  
  3412.  
  3413.  
  3414.  
  3415.  
  3416.  
  3417.  
  3418.  
  3419.  
  3420.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 58]
  3421.  
  3422.  
  3423.  
  3424.  
  3425.  
  3426.           Internet Draft          SONET Objects             January 1993
  3427.  
  3428.  
  3429.           -- the SONET VT Configuration
  3430.  
  3431.           -- Although the objects in this table are read-only, at
  3432.           -- the agent's discretion they may be made read-write
  3433.           -- so that the management station, when appropriately
  3434.           -- authorized can reconfigure the SONET VTs.
  3435.  
  3436.           sonetVTConfigTable OBJECT-TYPE
  3437.               SYNTAX  SEQUENCE OF SonetVTConfigEntry
  3438.               ACCESS  not-accessible
  3439.               STATUS  mandatory
  3440.               DESCRIPTION
  3441.                "The SONET VT Configuration table."
  3442.           ::= { sonetVT 1 }
  3443.  
  3444.           sonetVTConfigEntry OBJECT-TYPE
  3445.               SYNTAX  SonetVTConfigEntry
  3446.               ACCESS  not-accessible
  3447.               STATUS  mandatory
  3448.               DESCRIPTION
  3449.                "An entry in the SONET VT Configuration table."
  3450.               INDEX   { sonetVTIfIndex, sonetVTPathIndex,
  3451.                         sonetVTIndex }
  3452.           ::= { sonetVTConfigTable 1 }
  3453.  
  3454.           SonetVTConfigEntry ::=
  3455.               SEQUENCE {
  3456.                   sonetVTIfIndex
  3457.                       INTEGER,
  3458.                   sonetVTPathIndex
  3459.                       INTEGER,
  3460.                   sonetVTIndex
  3461.                       INTEGER,
  3462.                   sonetVTWidth
  3463.                       INTEGER,
  3464.                   sonetVTStatus
  3465.                       INTEGER
  3466.               }
  3467.  
  3468.           sonetVTIfIndex OBJECT-TYPE
  3469.               SYNTAX  INTEGER (1..65535)
  3470.               ACCESS  read-only
  3471.               STATUS  mandatory
  3472.               DESCRIPTION
  3473.                "An index value that uniquely identifies a SONET
  3474.  
  3475.  
  3476.  
  3477.  
  3478.  
  3479.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 59]
  3480.  
  3481.  
  3482.  
  3483.  
  3484.  
  3485.           Internet Draft          SONET Objects             January 1993
  3486.  
  3487.  
  3488.                Interface.  The interface identified by a
  3489.                particular value of this index is the same
  3490.                interface as identified by the same value of an
  3491.                ifIndex object instance."
  3492.           ::= { sonetVTConfigEntry 1 }
  3493.  
  3494.           sonetVTPathIndex OBJECT-TYPE
  3495.               SYNTAX  INTEGER (1..65535)
  3496.               ACCESS  read-only
  3497.               STATUS  mandatory
  3498.               DESCRIPTION
  3499.                "The index value which uniquely identifies the Path
  3500.                to which this entry is applicable.  The interface
  3501.                identified by a particular value of this index is
  3502.                the same interface as identified by the same value
  3503.                of an sonetPathIndex object instance."
  3504.           ::= { sonetVTConfigEntry 2 }
  3505.  
  3506.           sonetVTIndex OBJECT-TYPE
  3507.               SYNTAX  INTEGER (1..65535)
  3508.               ACCESS  read-only
  3509.               STATUS  mandatory
  3510.               DESCRIPTION
  3511.                "An index value that uniquely identifies a SONET
  3512.                VT on a SONET Path.  A SONET SPE can carry many
  3513.                VTs, for example, one SONET SPE can carry 28
  3514.                VT1.5s."
  3515.           ::= { sonetVTConfigEntry 3 }
  3516.  
  3517.           sonetVTWidth OBJECT-TYPE
  3518.               SYNTAX  INTEGER  {
  3519.                       vtWidth15(1),
  3520.                       vtWidth2(2),
  3521.                       vtWidth3(3),
  3522.                       vtWidth6(4),
  3523.                       vtWidth6c(5)
  3524.                    }
  3525.               ACCESS  read-only
  3526.               STATUS  mandatory
  3527.               DESCRIPTION
  3528.               "An value that indicates the type of the SONET
  3529.                VT.  Assigned widths are
  3530.                VT1.5, VT2, VT3, VT6, and VT6c."
  3531.           ::= { sonetVTConfigEntry 4 }
  3532.  
  3533.  
  3534.  
  3535.  
  3536.  
  3537.  
  3538.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 60]
  3539.  
  3540.  
  3541.  
  3542.  
  3543.  
  3544.           Internet Draft          SONET Objects             January 1993
  3545.  
  3546.  
  3547.           sonetVTStatus OBJECT-TYPE
  3548.               SYNTAX  INTEGER (1..15)
  3549.               ACCESS  read-only
  3550.               STATUS  mandatory
  3551.               DESCRIPTION
  3552.                 "This variable indicates the
  3553.                 status of the interface.
  3554.                 The sonetVTStatus
  3555.                 is a bit map represented
  3556.                 as a sum, therefore,
  3557.                 it can represent multiple defects
  3558.                 and failures
  3559.                 simultaneously.
  3560.                 The sonetVTNoDefect should be
  3561.                 set if and only if
  3562.                 no other flag is set.
  3563.  
  3564.                 The various bit positions are:
  3565.                    1   sonetVTNoDefect
  3566.                    2   sonetVTLOP
  3567.                    4   sonetVTPathAIS
  3568.                    8   sonetVTPathRDI
  3569.                   16   sonetVTPathRFI"
  3570.           ::= { sonetVTConfigEntry 5 }
  3571.  
  3572.  
  3573.  
  3574.  
  3575.  
  3576.  
  3577.  
  3578.  
  3579.  
  3580.  
  3581.  
  3582.  
  3583.  
  3584.  
  3585.  
  3586.  
  3587.  
  3588.  
  3589.  
  3590.  
  3591.  
  3592.  
  3593.  
  3594.  
  3595.  
  3596.  
  3597.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 61]
  3598.  
  3599.  
  3600.  
  3601.  
  3602.  
  3603.           Internet Draft          SONET Objects             January 1993
  3604.  
  3605.  
  3606.           -- the SONET VT Interval
  3607.  
  3608.           -- The SONET VT Interval Table contains various statistics
  3609.           -- collected by each system over the previous 24 hours of
  3610.           -- operation.  The past 24 hours are broken into 96
  3611.           -- completed 15 minute intervals.
  3612.  
  3613.           sonetVTIntervalTable OBJECT-TYPE
  3614.               SYNTAX  SEQUENCE OF SonetVTIntervalEntry
  3615.               ACCESS  not-accessible
  3616.               STATUS  mandatory
  3617.               DESCRIPTION
  3618.                "The SONET VT Interval table."
  3619.           ::= { sonetVT 2 }
  3620.  
  3621.           sonetVTIntervalEntry OBJECT-TYPE
  3622.               SYNTAX  SonetVTIntervalEntry
  3623.               ACCESS  not-accessible
  3624.               STATUS  mandatory
  3625.               DESCRIPTION
  3626.                "An entry in the SONET VT Interval table."
  3627.               INDEX   { sonetVTIntervalIfIndex,
  3628.                         sonetVTIntervalPathIndex,
  3629.                         sonetVTIntervalIndex,
  3630.                         sonetVTIntervalNumber }
  3631.           ::= { sonetVTIntervalTable 1 }
  3632.  
  3633.           SonetVTIntervalEntry ::=
  3634.               SEQUENCE {
  3635.                   sonetVTIntervalIfIndex
  3636.                       INTEGER,
  3637.                   sonetVTIntervalPathIndex
  3638.                       INTEGER,
  3639.                   sonetVTIntervalIndex
  3640.                       INTEGER,
  3641.                   sonetVTIntervalNumber
  3642.                       INTEGER,
  3643.                   sonetVTIntervalESs
  3644.                       Gauge,
  3645.                   sonetVTIntervalSESs
  3646.                       Gauge,
  3647.                   sonetVTIntervalCVs
  3648.                       Gauge,
  3649.                   sonetVTIntervalUASs
  3650.                       Gauge
  3651.  
  3652.  
  3653.  
  3654.  
  3655.  
  3656.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 62]
  3657.  
  3658.  
  3659.  
  3660.  
  3661.  
  3662.           Internet Draft          SONET Objects             January 1993
  3663.  
  3664.  
  3665.               }
  3666.  
  3667.           sonetVTIntervalIfIndex OBJECT-TYPE
  3668.               SYNTAX  INTEGER (1..65535)
  3669.               ACCESS  read-only
  3670.               STATUS  mandatory
  3671.               DESCRIPTION
  3672.                "An index value that uniquely identifies a SONET
  3673.                Interface.  The interface identified by a
  3674.                particular value of this index is the same
  3675.                interface as identified by the same value of an
  3676.                sonetVTIfIndex object instance."
  3677.           ::= { sonetVTIntervalEntry 1 }
  3678.  
  3679.           sonetVTIntervalPathIndex OBJECT-TYPE
  3680.               SYNTAX  INTEGER (1..65535)
  3681.               ACCESS  read-only
  3682.               STATUS  mandatory
  3683.               DESCRIPTION
  3684.                "The index value which uniquely identifies the Path
  3685.                to which this entry is applicable.  The interface
  3686.                identified by a particular value of this index is
  3687.                the same interface as identified by the same value
  3688.                of an sonetVTPathIndex object instance."
  3689.           ::= { sonetVTIntervalEntry 2 }
  3690.  
  3691.           sonetVTIntervalIndex OBJECT-TYPE
  3692.               SYNTAX  INTEGER (1..65535)
  3693.               ACCESS  read-only
  3694.               STATUS  mandatory
  3695.               DESCRIPTION
  3696.                "The index value which uniquely identifies the
  3697.                VT to which this entry is applicable.  The
  3698.                interface identified by a particular value of
  3699.                this index is the same interface as identified
  3700.                by the same value of an sonetVTIndex object
  3701.                instance."
  3702.           ::= { sonetVTIntervalEntry 3 }
  3703.  
  3704.           sonetVTIntervalNumber OBJECT-TYPE
  3705.               SYNTAX  INTEGER (1..96)
  3706.               ACCESS  read-only
  3707.               STATUS  mandatory
  3708.               DESCRIPTION
  3709.                "A number between 1 and 96, where 1 is the most
  3710.  
  3711.  
  3712.  
  3713.  
  3714.  
  3715.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 63]
  3716.  
  3717.  
  3718.  
  3719.  
  3720.  
  3721.           Internet Draft          SONET Objects             January 1993
  3722.  
  3723.  
  3724.                recently completed 15 minute interval and 96 is
  3725.                the least recently completed 15 minutes
  3726.                interval (assuming that all 96 intervals are
  3727.                valid)."
  3728.           ::= { sonetVTIntervalEntry 4 }
  3729.  
  3730.           sonetVTIntervalESs OBJECT-TYPE
  3731.               SYNTAX  Gauge
  3732.               ACCESS  read-only
  3733.               STATUS  mandatory
  3734.               DESCRIPTION
  3735.                "The counter associated with the number of
  3736.                Errored Seconds encountered
  3737.                by a SONET VT in one of the previous 96,
  3738.                individual 15 minute, intervals."
  3739.           ::= { sonetVTIntervalEntry 5 }
  3740.  
  3741.           sonetVTIntervalSESs OBJECT-TYPE
  3742.               SYNTAX  Gauge
  3743.               ACCESS  read-only
  3744.               STATUS  mandatory
  3745.               DESCRIPTION
  3746.                "The counter associated with the number of
  3747.                Severely Errored Seconds
  3748.                encountered by a SONET VT in one of the previous
  3749.                96, individual 15 minute, intervals."
  3750.           ::= { sonetVTIntervalEntry 6 }
  3751.  
  3752.           sonetVTIntervalCVs OBJECT-TYPE
  3753.               SYNTAX  Gauge
  3754.               ACCESS  read-only
  3755.               STATUS  mandatory
  3756.               DESCRIPTION
  3757.                "The counter associated with the number of Coding
  3758.                Violations encountered by a
  3759.                SONET VT in one of the previous 96, individual 15
  3760.                minute, intervals."
  3761.           ::= { sonetVTIntervalEntry 7 }
  3762.  
  3763.           sonetVTIntervalUASs OBJECT-TYPE
  3764.               SYNTAX  Gauge
  3765.               ACCESS  read-only
  3766.               STATUS  mandatory
  3767.               DESCRIPTION
  3768.                "The counter associated with the number of
  3769.  
  3770.  
  3771.  
  3772.  
  3773.  
  3774.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 64]
  3775.  
  3776.  
  3777.  
  3778.  
  3779.  
  3780.           Internet Draft          SONET Objects             January 1993
  3781.  
  3782.  
  3783.                Unavailable Seconds
  3784.                encountered by a VT in one of the previous
  3785.                96, individual 15 minute, intervals."
  3786.           ::= { sonetVTIntervalEntry 8 }
  3787.  
  3788.  
  3789.  
  3790.  
  3791.  
  3792.  
  3793.  
  3794.  
  3795.  
  3796.  
  3797.  
  3798.  
  3799.  
  3800.  
  3801.  
  3802.  
  3803.  
  3804.  
  3805.  
  3806.  
  3807.  
  3808.  
  3809.  
  3810.  
  3811.  
  3812.  
  3813.  
  3814.  
  3815.  
  3816.  
  3817.  
  3818.  
  3819.  
  3820.  
  3821.  
  3822.  
  3823.  
  3824.  
  3825.  
  3826.  
  3827.  
  3828.  
  3829.  
  3830.  
  3831.  
  3832.  
  3833.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 65]
  3834.  
  3835.  
  3836.  
  3837.  
  3838.  
  3839.           Internet Draft          SONET Objects             January 1993
  3840.  
  3841.  
  3842.           -- the SONET VT Current
  3843.  
  3844.           -- The SONET current table contains various statistics being
  3845.           -- collected for the current 15 minute interval.
  3846.  
  3847.           sonetVTCurrentTable OBJECT-TYPE
  3848.               SYNTAX  SEQUENCE OF SonetVTCurrentEntry
  3849.               ACCESS  not-accessible
  3850.               STATUS  mandatory
  3851.               DESCRIPTION
  3852.                "The SONET VT Current table."
  3853.           ::= { sonetVT 3 }
  3854.  
  3855.           sonetVTCurrentEntry OBJECT-TYPE
  3856.               SYNTAX  SonetVTCurrentEntry
  3857.               ACCESS  not-accessible
  3858.               STATUS  mandatory
  3859.               DESCRIPTION
  3860.                "An entry in the SONET VT Current table."
  3861.               INDEX   { sonetVTCurrentIfIndex,
  3862.                         sonetVTCurrentPathIndex,
  3863.                         sonetVTCurrentIndex }
  3864.           ::= { sonetVTCurrentTable 1 }
  3865.  
  3866.           SonetVTCurrentEntry ::=
  3867.               SEQUENCE {
  3868.                   sonetVTCurrentIfIndex
  3869.                       INTEGER,
  3870.                   sonetVTCurrentPathIndex
  3871.                       INTEGER,
  3872.                   sonetVTCurrentIndex
  3873.                       INTEGER,
  3874.                   sonetVTCurrentESs
  3875.                       Gauge,
  3876.                   sonetVTCurrentSESs
  3877.                       Gauge,
  3878.                   sonetVTCurrentCVs
  3879.                       Gauge,
  3880.                   sonetVTCurrentUASs
  3881.                       Gauge
  3882.               }
  3883.  
  3884.           sonetVTCurrentIfIndex OBJECT-TYPE
  3885.               SYNTAX  INTEGER (1..65535)
  3886.               ACCESS  read-only
  3887.  
  3888.  
  3889.  
  3890.  
  3891.  
  3892.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 66]
  3893.  
  3894.  
  3895.  
  3896.  
  3897.  
  3898.           Internet Draft          SONET Objects             January 1993
  3899.  
  3900.  
  3901.               STATUS  mandatory
  3902.               DESCRIPTION
  3903.                "An index value that uniquely identifies a SONET
  3904.                Interface.  The interface identified by a
  3905.                particular value of this index is the same
  3906.                interface as identified by the same value of an
  3907.                sonetVTifIndex object instance."
  3908.           ::= { sonetVTCurrentEntry 1 }
  3909.  
  3910.           sonetVTCurrentPathIndex OBJECT-TYPE
  3911.               SYNTAX  INTEGER (1..65535)
  3912.               ACCESS  read-only
  3913.               STATUS  mandatory
  3914.               DESCRIPTION
  3915.                "The index value which uniquely identifies the Path
  3916.                to which this entry is applicable.  The interface
  3917.                identified by a particular value of this index is
  3918.                the same interface as identified by the same value
  3919.                of an sonetVTPathIndex object instance."
  3920.           ::= { sonetVTCurrentEntry 2 }
  3921.  
  3922.           sonetVTCurrentIndex OBJECT-TYPE
  3923.               SYNTAX  INTEGER (1..65535)
  3924.               ACCESS  read-only
  3925.               STATUS  mandatory
  3926.               DESCRIPTION
  3927.                "The index value which uniquely identifies the
  3928.                VT to which this entry is applicable.  The
  3929.                interface identified by a particular value of
  3930.                this index is the same interface as identified
  3931.                by the same value of an sonetVTIndex object
  3932.                instance."
  3933.           ::= { sonetVTCurrentEntry 3 }
  3934.  
  3935.           sonetVTCurrentESs OBJECT-TYPE
  3936.               SYNTAX  Gauge
  3937.               ACCESS  read-only
  3938.               STATUS  mandatory
  3939.               DESCRIPTION
  3940.                "The counter associated with the number of Errored
  3941.                Seconds encountered by a SONET
  3942.                VT in the current 15 minute interval."
  3943.           ::= { sonetVTCurrentEntry 4 }
  3944.  
  3945.           sonetVTCurrentSESs OBJECT-TYPE
  3946.  
  3947.  
  3948.  
  3949.  
  3950.  
  3951.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 67]
  3952.  
  3953.  
  3954.  
  3955.  
  3956.  
  3957.           Internet Draft          SONET Objects             January 1993
  3958.  
  3959.  
  3960.               SYNTAX  Gauge
  3961.               ACCESS  read-only
  3962.               STATUS  mandatory
  3963.               DESCRIPTION
  3964.                "The counter associated with the number of
  3965.                Severely Errored Seconds
  3966.                encountered by a SONET VT in the current 15 minute
  3967.                interval."
  3968.           ::= { sonetVTCurrentEntry 5 }
  3969.  
  3970.           sonetVTCurrentCVs OBJECT-TYPE
  3971.               SYNTAX  Gauge
  3972.               ACCESS  read-only
  3973.               STATUS  mandatory
  3974.               DESCRIPTION
  3975.                "The counter associated with the number of Coding
  3976.                Violations encountered by a
  3977.                SONET VT in the current 15 minute interval."
  3978.           ::= { sonetVTCurrentEntry 6 }
  3979.  
  3980.           sonetVTCurrentUASs OBJECT-TYPE
  3981.               SYNTAX  Gauge
  3982.               ACCESS  read-only
  3983.               STATUS  mandatory
  3984.               DESCRIPTION
  3985.                "The counter associated with the number of
  3986.                Unavailable Seconds
  3987.                encountered by a VT in the current
  3988.                15 minute, interval."
  3989.           ::= { sonetVTCurrentEntry 7 }
  3990.  
  3991.  
  3992.  
  3993.  
  3994.  
  3995.  
  3996.  
  3997.  
  3998.  
  3999.  
  4000.  
  4001.  
  4002.  
  4003.  
  4004.  
  4005.  
  4006.  
  4007.  
  4008.  
  4009.  
  4010.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 68]
  4011.  
  4012.  
  4013.  
  4014.  
  4015.  
  4016.           Internet Draft          SONET Objects             January 1993
  4017.  
  4018.  
  4019.           -- the SONET VT Total
  4020.  
  4021.           -- The SONET VT Total Table contains the cumulative sum of the
  4022.           -- various statistics for the 24 hour interval preceding the
  4023.           -- first valid interval in the SonetVTCurrentTable.
  4024.  
  4025.           sonetVTTotalTable OBJECT-TYPE
  4026.               SYNTAX  SEQUENCE OF SonetVTTotalEntry
  4027.               ACCESS  not-accessible
  4028.               STATUS  mandatory
  4029.               DESCRIPTION
  4030.                "The SONET VT Total Table."
  4031.           ::= { sonetVT 4 }
  4032.  
  4033.           sonetVTTotalEntry OBJECT-TYPE
  4034.               SYNTAX  SonetVTTotalEntry
  4035.               ACCESS  not-accessible
  4036.               STATUS  mandatory
  4037.               DESCRIPTION
  4038.                "An entry in the SONET VT Total table."
  4039.               INDEX   { sonetVTTotalIfIndex,
  4040.                         sonetVTTotalPathIndex,
  4041.                         sonetVTTotalIndex }
  4042.           ::= { sonetVTTotalTable 1 }
  4043.  
  4044.           SonetVTTotalEntry ::=
  4045.               SEQUENCE {
  4046.                   sonetVTTotalIfIndex
  4047.                       INTEGER,
  4048.                   sonetVTTotalPathIndex
  4049.                       INTEGER,
  4050.                   sonetVTTotalIndex
  4051.                       INTEGER,
  4052.                   sonetVTTotalESs
  4053.                       Gauge,
  4054.                   sonetVTTotalSESs
  4055.                       Gauge,
  4056.                   sonetVTTotalCVs
  4057.                       Gauge,
  4058.                   sonetVTTotalUASs
  4059.                       Gauge
  4060.               }
  4061.  
  4062.           sonetVTTotalIfIndex OBJECT-TYPE
  4063.               SYNTAX  INTEGER (1..65535)
  4064.  
  4065.  
  4066.  
  4067.  
  4068.  
  4069.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 69]
  4070.  
  4071.  
  4072.  
  4073.  
  4074.  
  4075.           Internet Draft          SONET Objects             January 1993
  4076.  
  4077.  
  4078.               ACCESS  read-only
  4079.               STATUS  mandatory
  4080.               DESCRIPTION
  4081.                "An index value that uniquely identifies a SONET
  4082.                Interface.  The interface identified by a
  4083.                particular value of this index is the same
  4084.                interface as identified by the same value of an
  4085.                sonetVTIfIndex object instance."
  4086.           ::= { sonetVTTotalEntry 1 }
  4087.  
  4088.           sonetVTTotalPathIndex OBJECT-TYPE
  4089.               SYNTAX  INTEGER (1..65535)
  4090.               ACCESS  read-only
  4091.               STATUS  mandatory
  4092.               DESCRIPTION
  4093.                "The index value which uniquely identifies the Path
  4094.                to which this entry is applicable.  The interface
  4095.                identified by a particular value of this index is
  4096.                the same interface as identified by the same value
  4097.                of an sonetVTPathIndex object instance."
  4098.           ::= { sonetVTTotalEntry 2 }
  4099.  
  4100.           sonetVTTotalIndex OBJECT-TYPE
  4101.               SYNTAX  INTEGER (1..65535)
  4102.               ACCESS  read-only
  4103.               STATUS  mandatory
  4104.               DESCRIPTION
  4105.                "The index value which uniquely identifies the VT
  4106.                to which this entry is applicable.  The interface
  4107.                identified by a particular value of this index is
  4108.                the same interface as identified by the same value
  4109.                of an sonetVTIndex object instance."
  4110.           ::= { sonetVTTotalEntry 3 }
  4111.  
  4112.           sonetVTTotalESs OBJECT-TYPE
  4113.               SYNTAX  Gauge
  4114.               ACCESS  read-only
  4115.               STATUS  mandatory
  4116.               DESCRIPTION
  4117.                "The counter associated with the number of Errored
  4118.                Seconds encountered by a SONET
  4119.                VT in the previous 24 hour interval."
  4120.           ::= { sonetVTTotalEntry 4 }
  4121.  
  4122.           sonetVTTotalSESs OBJECT-TYPE
  4123.  
  4124.  
  4125.  
  4126.  
  4127.  
  4128.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 70]
  4129.  
  4130.  
  4131.  
  4132.  
  4133.  
  4134.           Internet Draft          SONET Objects             January 1993
  4135.  
  4136.  
  4137.               SYNTAX  Gauge
  4138.               ACCESS  read-only
  4139.               STATUS  mandatory
  4140.               DESCRIPTION
  4141.                "The counter associated with the number of
  4142.                Severely Errored Seconds
  4143.                encountered by a SONET VT in the previous 24 hour
  4144.                interval."
  4145.           ::= { sonetVTTotalEntry 5 }
  4146.  
  4147.           sonetVTTotalCVs OBJECT-TYPE
  4148.               SYNTAX  Gauge
  4149.               ACCESS  read-only
  4150.               STATUS  mandatory
  4151.               DESCRIPTION
  4152.                "The counter associated with the number of Coding
  4153.                Violations encountered by a
  4154.                SONET VT in the previous 24 hour interval."
  4155.           ::= { sonetVTTotalEntry 6 }
  4156.  
  4157.           sonetVTTotalUASs OBJECT-TYPE
  4158.               SYNTAX  Gauge
  4159.               ACCESS  read-only
  4160.               STATUS  mandatory
  4161.               DESCRIPTION
  4162.                "The counter associated with the number of
  4163.                Unavailable Seconds
  4164.                encountered by a SONET VT in the
  4165.                previous 24 hour interval."
  4166.           ::= { sonetVTTotalEntry 7 }
  4167.  
  4168.  
  4169.  
  4170.  
  4171.  
  4172.  
  4173.  
  4174.  
  4175.  
  4176.  
  4177.  
  4178.  
  4179.  
  4180.  
  4181.  
  4182.  
  4183.  
  4184.  
  4185.  
  4186.  
  4187.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 71]
  4188.  
  4189.  
  4190.  
  4191.  
  4192.  
  4193.           Internet Draft          SONET Objects             January 1993
  4194.  
  4195.  
  4196.           -- The SONET Far End Line group is optional.
  4197.           -- This group may only be implemented by SONET (LTEs)
  4198.           -- systems that provide for a far end block error (FEBE)
  4199.           -- information at the SONET Line Layer.
  4200.  
  4201.           -- This group consists of three tables:
  4202.           --    SONET Far End Line Current
  4203.           --    SONET Far End Line Interval
  4204.           --    SONET Far End Line Total
  4205.  
  4206.  
  4207.  
  4208.  
  4209.  
  4210.  
  4211.  
  4212.  
  4213.  
  4214.  
  4215.  
  4216.  
  4217.  
  4218.  
  4219.  
  4220.  
  4221.  
  4222.  
  4223.  
  4224.  
  4225.  
  4226.  
  4227.  
  4228.  
  4229.  
  4230.  
  4231.  
  4232.  
  4233.  
  4234.  
  4235.  
  4236.  
  4237.  
  4238.  
  4239.  
  4240.  
  4241.  
  4242.  
  4243.  
  4244.  
  4245.  
  4246.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 72]
  4247.  
  4248.  
  4249.  
  4250.  
  4251.  
  4252.           Internet Draft          SONET Objects             January 1993
  4253.  
  4254.  
  4255.           -- The SONET Far End Line Current
  4256.  
  4257.           -- The SONET Far End Line Current table contains various statistics being
  4258.           -- collected for the current 15 minute interval.
  4259.           -- The statistics are collected from the far end block error code (FEBE)
  4260.           -- within the third Z2 byte of the Line Overhead in Broadband
  4261. ISDN applications.
  4262.           -- The definitions are the same as described for
  4263.           -- the near-end information.
  4264.  
  4265.           sonetFarEndLineCurrentTable OBJECT-TYPE
  4266.               SYNTAX  SEQUENCE OF SonetFarEndLineCurrentEntry
  4267.               ACCESS  not-accessible
  4268.               STATUS  mandatory
  4269.               DESCRIPTION
  4270.                 "The SONET Far End Line Current table."
  4271.               ::= { sonetFarEndLine 1 }
  4272.  
  4273.           sonetFarEndLineCurrentEntry OBJECT-TYPE
  4274.               SYNTAX  SonetFarEndLineCurrentEntry
  4275.               ACCESS  not-accessible
  4276.               STATUS  mandatory
  4277.               DESCRIPTION
  4278.                 "An entry in the SONET Far End Line Current table."
  4279.               INDEX   { sonetFarEndLineCurrentIndex }
  4280.               ::= { sonetFarEndLineCurrentTable 1 }
  4281.  
  4282.           SonetFarEndLineCurrentEntry ::=
  4283.               SEQUENCE {
  4284.                   sonetFarEndLineCurrentIndex
  4285.                       INTEGER,
  4286.                   sonetFarEndLineCurrentESs
  4287.                       Gauge,
  4288.                   sonetFarEndLineCurrentSESs
  4289.                       Gauge,
  4290.                   sonetFarEndLineCurrentCVs
  4291.                       Gauge,
  4292.                      sonetFarEndLineCurrentUASs
  4293.                          Gauge
  4294.                  }
  4295.  
  4296.           sonetFarEndLineCurrentIndex OBJECT-TYPE
  4297.              SYNTAX  INTEGER (1..65535)
  4298.              ACCESS  read-only
  4299.              STATUS  mandatory
  4300.              DESCRIPTION
  4301.  
  4302.  
  4303.  
  4304.  
  4305.  
  4306.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 73]
  4307.  
  4308.  
  4309.  
  4310.  
  4311.  
  4312.           Internet Draft          SONET Objects             January 1993
  4313.  
  4314.  
  4315.                  "The index value which uniquely identifies the
  4316.                  SONET interface
  4317.                  to which this entry is applicable.  The interface
  4318.                  identified by a particular value of this index is
  4319.                  the same interface as identified by the same value
  4320.                  an SONETLineIndex object instance."
  4321.              ::= { sonetFarEndLineCurrentEntry 1 }
  4322.  
  4323.           sonetFarEndLineCurrentESs OBJECT-TYPE
  4324.              SYNTAX  Gauge
  4325.              ACCESS  read-only
  4326.              STATUS  mandatory
  4327.              DESCRIPTION
  4328.                  "The counter associated with the number of Far
  4329.                  Far End Errored Seconds encountered by a SONET
  4330.                  interface in the current 15 minute interval."
  4331.              ::= { sonetFarEndLineCurrentEntry 2 }
  4332.  
  4333.           sonetFarEndLineCurrentSESs OBJECT-TYPE
  4334.              SYNTAX  Gauge
  4335.              ACCESS  read-only
  4336.              STATUS  mandatory
  4337.              DESCRIPTION
  4338.                  "The counter associated with the number of
  4339.                  Far End Severely Errored Seconds
  4340.                  encountered by a SONET interface in the current 15 minute
  4341.                  interval."
  4342.              ::= { sonetFarEndLineCurrentEntry 3 }
  4343.  
  4344.           sonetFarEndLineCurrentCVs OBJECT-TYPE
  4345.              SYNTAX  Gauge
  4346.              ACCESS  read-only
  4347.              STATUS  mandatory
  4348.              DESCRIPTION
  4349.                  "The counter associated with the number of
  4350.                  Far End Coding Violations reported via
  4351.                  the far end block error count
  4352.                  encountered by a
  4353.                  SONET interface in the current 15 minute interval."
  4354.              ::= { sonetFarEndLineCurrentEntry 4 }
  4355.  
  4356.           sonetFarEndLineCurrentUASs OBJECT-TYPE
  4357.              SYNTAX  Gauge
  4358.              ACCESS  read-only
  4359.              STATUS  mandatory
  4360.  
  4361.  
  4362.  
  4363.  
  4364.  
  4365.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 74]
  4366.  
  4367.  
  4368.  
  4369.  
  4370.  
  4371.           Internet Draft          SONET Objects             January 1993
  4372.  
  4373.  
  4374.              DESCRIPTION
  4375.                  "The counter associated with the number of
  4376.                  Far End Unavailable Seconds
  4377.                  encountered by a
  4378.                  SONET interface in the current 15 minute interval."
  4379.              ::= { sonetFarEndLineCurrentEntry 5 }
  4380.  
  4381.  
  4382.  
  4383.  
  4384.  
  4385.  
  4386.  
  4387.  
  4388.  
  4389.  
  4390.  
  4391.  
  4392.  
  4393.  
  4394.  
  4395.  
  4396.  
  4397.  
  4398.  
  4399.  
  4400.  
  4401.  
  4402.  
  4403.  
  4404.  
  4405.  
  4406.  
  4407.  
  4408.  
  4409.  
  4410.  
  4411.  
  4412.  
  4413.  
  4414.  
  4415.  
  4416.  
  4417.  
  4418.  
  4419.  
  4420.  
  4421.  
  4422.  
  4423.  
  4424.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 75]
  4425.  
  4426.  
  4427.  
  4428.  
  4429.  
  4430.           Internet Draft          SONET Objects             January 1993
  4431.  
  4432.  
  4433.           -- The SONET Far End Line Interval
  4434.  
  4435.           -- The SONET Far End Line Interval Table contains various statistics
  4436.           -- collected by each SONET interface over the previous 24 hours of
  4437.           -- operation.  The past 24 hours are broken into 96
  4438.           -- completed 15 minute intervals.
  4439.  
  4440.           sonetFarEndLineIntervalTable OBJECT-TYPE
  4441.              SYNTAX  SEQUENCE OF SonetFarEndLineIntervalEntry
  4442.              ACCESS  not-accessible
  4443.              STATUS  mandatory
  4444.              DESCRIPTION
  4445.                 "The SONET Far End Line Interval table."
  4446.              ::= { sonetFarEndLine 2 }
  4447.  
  4448.           sonetFarEndLineIntervalEntry OBJECT-TYPE
  4449.              SYNTAX  SonetFarEndLineIntervalEntry
  4450.              ACCESS  not-accessible
  4451.              STATUS  mandatory
  4452.              DESCRIPTION
  4453.                "An entry in the SONET Far
  4454.                End Line Interval table."
  4455.              INDEX   { sonetFarEndLineIntervalIndex,
  4456.                        sonetFarEndLineIntervalNumber }
  4457.              ::= { sonetFarEndLineIntervalTable 1 }
  4458.  
  4459.           SonetFarEndLineIntervalEntry ::=
  4460.               SEQUENCE {
  4461.                    sonetFarEndLineIntervalIndex
  4462.                         INTEGER,
  4463.                    sonetFarEndLineIntervalNumber
  4464.                         INTEGER,
  4465.                    sonetFarEndLineIntervalESs
  4466.                         Gauge,
  4467.                    sonetFarEndLineIntervalSESs
  4468.                         Gauge,
  4469.                    sonetFarEndLineIntervalCVs
  4470.                         Gauge,
  4471.                    sonetFarEndLineIntervalUASs
  4472.                         Gauge
  4473.               }
  4474.  
  4475.           sonetFarEndLineIntervalIndex OBJECT-TYPE
  4476.               SYNTAX  INTEGER (1..65535)
  4477.               ACCESS  read-only
  4478.  
  4479.  
  4480.  
  4481.  
  4482.  
  4483.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 76]
  4484.  
  4485.  
  4486.  
  4487.  
  4488.  
  4489.           Internet Draft          SONET Objects             January 1993
  4490.  
  4491.  
  4492.               STATUS  mandatory
  4493.               DESCRIPTION
  4494.                    "The index value which uniquely identifies the
  4495.                    SONET interface
  4496.                    to which this entry is applicable.  The
  4497.                    interface identified by a particular value of
  4498.                    this index is the same interface as identified
  4499.                    by the same value an SONETLineIndex object
  4500.                    instance."
  4501.               ::= { sonetFarEndLineIntervalEntry 1 }
  4502.  
  4503.           sonetFarEndLineIntervalNumber OBJECT-TYPE
  4504.              SYNTAX  INTEGER (1..96)
  4505.              ACCESS  read-only
  4506.              STATUS  mandatory
  4507.              DESCRIPTION
  4508.                  "A number between 1 and 96, where 1 is the most
  4509.                  recently completed 15 minute interval and 96 is
  4510.                  the least recently completed 15 minutes
  4511.                  interval (assuming that all 96 intervals are
  4512.                  valid)."
  4513.              ::= { sonetFarEndLineIntervalEntry 2 }
  4514.  
  4515.           sonetFarEndLineIntervalESs OBJECT-TYPE
  4516.              SYNTAX  Gauge
  4517.              ACCESS  read-only
  4518.              STATUS  mandatory
  4519.              DESCRIPTION
  4520.                   "The counter associated with the number of
  4521.                   Far End Errored Seconds encountered
  4522.                   by a SONET interface in one of the previous 96,
  4523.                   individual 15 minute, intervals."
  4524.             ::= { sonetFarEndLineIntervalEntry 3 }
  4525.  
  4526.           sonetFarEndLineIntervalSESs OBJECT-TYPE
  4527.              SYNTAX  Gauge
  4528.              ACCESS  read-only
  4529.              STATUS  mandatory
  4530.              DESCRIPTION
  4531.                   "The counter associated with the number of
  4532.                   Far End Severely Errored Seconds
  4533.                   encountered by a SONET interface in one of the previous
  4534.                   96, individual 15 minute, intervals."
  4535.             ::= { sonetFarEndLineIntervalEntry 4 }
  4536.  
  4537.  
  4538.  
  4539.  
  4540.  
  4541.  
  4542.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 77]
  4543.  
  4544.  
  4545.  
  4546.  
  4547.  
  4548.           Internet Draft          SONET Objects             January 1993
  4549.  
  4550.  
  4551.           sonetFarEndLineIntervalCVs OBJECT-TYPE
  4552.               SYNTAX  Gauge
  4553.               ACCESS  read-only
  4554.               STATUS  mandatory
  4555.               DESCRIPTION
  4556.                    "The counter associated with the number of
  4557.                    Far End Coding Violations reported via
  4558.                    the far end block error count
  4559.                    encountered by a
  4560.                    SONET interface in one of the previous 96, individual 15
  4561.                    minute, intervals."
  4562.               ::= { sonetFarEndLineIntervalEntry 5 }
  4563.  
  4564.           sonetFarEndLineIntervalUASs OBJECT-TYPE
  4565.              SYNTAX  Gauge
  4566.              ACCESS  read-only
  4567.              STATUS  mandatory
  4568.              DESCRIPTION
  4569.                  "The counter associated with the number of
  4570.                  Far End Unavailable Seconds
  4571.                  encountered by a
  4572.                  SONET interface in one of the previous 96, individual 15
  4573.                  minute, intervals."
  4574.              ::= { sonetFarEndLineIntervalEntry 6 }
  4575.  
  4576.  
  4577.  
  4578.  
  4579.  
  4580.  
  4581.  
  4582.  
  4583.  
  4584.  
  4585.  
  4586.  
  4587.  
  4588.  
  4589.  
  4590.  
  4591.  
  4592.  
  4593.  
  4594.  
  4595.  
  4596.  
  4597.  
  4598.  
  4599.  
  4600.  
  4601.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 78]
  4602.  
  4603.  
  4604.  
  4605.  
  4606.  
  4607.           Internet Draft          SONET Objects             January 1993
  4608.  
  4609.  
  4610.           -- The SONET Far End Line Total
  4611.  
  4612.           -- The SONET Far End Line Total Table contains the cumulative sum
  4613.           -- of the various statistics for the 24 hour interval preceding the
  4614.           -- first valid interval in the SonetFarEndCurrentTable.
  4615.  
  4616.           sonetFarEndLineTotalTable OBJECT-TYPE
  4617.               SYNTAX  SEQUENCE OF SonetFarEndLineTotalEntry
  4618.               ACCESS  not-accessible
  4619.               STATUS  mandatory
  4620.               DESCRIPTION
  4621.                    "The SONET Far End Line Total table.  24 hour interval."
  4622.               ::= { sonetFarEndLine 3 }
  4623.  
  4624.           sonetFarEndLineTotalEntry OBJECT-TYPE
  4625.               SYNTAX  SonetFarEndLineTotalEntry
  4626.               ACCESS  not-accessible
  4627.               STATUS  mandatory
  4628.               DESCRIPTION
  4629.                    "An entry in the SONET Far End Line Total table."
  4630.               INDEX   { sonetFarEndLineTotalIndex }
  4631.               ::= { sonetFarEndLineTotalTable 1 }
  4632.  
  4633.           SonetFarEndLineTotalEntry ::=
  4634.               SEQUENCE {
  4635.                   sonetFarEndLineTotalIndex
  4636.                       INTEGER,
  4637.                   sonetFarEndLineTotalESs
  4638.                       Gauge,
  4639.                   sonetFarEndLineTotalSESs
  4640.                       Gauge,
  4641.                   sonetFarEndLineTotalCVs
  4642.                       Gauge,
  4643.                   sonetFarEndLineTotalUASs
  4644.                       Gauge
  4645.               }
  4646.  
  4647.           sonetFarEndLineTotalIndex OBJECT-TYPE
  4648.               SYNTAX  INTEGER (1..65535)
  4649.               ACCESS  read-only
  4650.               STATUS  mandatory
  4651.               DESCRIPTION
  4652.                    "The index value which uniquely identifies the
  4653.                    SONET interface
  4654.                    to which this entry is applicable.  The interface
  4655.  
  4656.  
  4657.  
  4658.  
  4659.  
  4660.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 79]
  4661.  
  4662.  
  4663.  
  4664.  
  4665.  
  4666.           Internet Draft          SONET Objects             January 1993
  4667.  
  4668.  
  4669.                    identified by a particular value of this index is
  4670.                    the same interface as identified by the same value
  4671.                    an SONETLineIndex object instance."
  4672.               ::= { sonetFarEndLineTotalEntry 1 }
  4673.  
  4674.           sonetFarEndLineTotalESs OBJECT-TYPE
  4675.              SYNTAX  Gauge
  4676.              ACCESS  read-only
  4677.              STATUS  mandatory
  4678.              DESCRIPTION
  4679.                   "The counter associated with the number of Far
  4680.                   End Errored Seconds encountered by a SONET
  4681.                   interface in the previous 24 hour interval."
  4682.              ::= { sonetFarEndLineTotalEntry 2 }
  4683.  
  4684.           sonetFarEndLineTotalSESs OBJECT-TYPE
  4685.              SYNTAX  Gauge
  4686.              ACCESS  read-only
  4687.              STATUS  mandatory
  4688.              DESCRIPTION
  4689.                   "The counter associated with the number of
  4690.                   Far End Severely Errored Seconds
  4691.                   encountered by a SONET interface in the previous 24 hour
  4692.                   interval."
  4693.              ::= { sonetFarEndLineTotalEntry 3 }
  4694.  
  4695.           sonetFarEndLineTotalCVs OBJECT-TYPE
  4696.              SYNTAX  Gauge
  4697.              ACCESS  read-only
  4698.              STATUS  mandatory
  4699.              DESCRIPTION
  4700.                   "The counter associated with the number of
  4701.                   Far End Coding Violations reported via the
  4702.                   far end block error count
  4703.                   encountered by a
  4704.                   SONET interface in the previous 24 hour interval."
  4705.              ::= { sonetFarEndLineTotalEntry 4 }
  4706.  
  4707.           sonetFarEndLineTotalUASs OBJECT-TYPE
  4708.              SYNTAX  Gauge
  4709.              ACCESS  read-only
  4710.              STATUS  mandatory
  4711.              DESCRIPTION
  4712.                  "The counter associated with the number of
  4713.                  Far End Unavailable Seconds
  4714.  
  4715.  
  4716.  
  4717.  
  4718.  
  4719.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 80]
  4720.  
  4721.  
  4722.  
  4723.  
  4724.  
  4725.           Internet Draft          SONET Objects             January 1993
  4726.  
  4727.  
  4728.                  encountered by a
  4729.                  SONET interface in the previous 24 hour interval."
  4730.              ::= { sonetFarEndLineTotalEntry 5 }
  4731.  
  4732.  
  4733.  
  4734.  
  4735.  
  4736.  
  4737.  
  4738.  
  4739.  
  4740.  
  4741.  
  4742.  
  4743.  
  4744.  
  4745.  
  4746.  
  4747.  
  4748.  
  4749.  
  4750.  
  4751.  
  4752.  
  4753.  
  4754.  
  4755.  
  4756.  
  4757.  
  4758.  
  4759.  
  4760.  
  4761.  
  4762.  
  4763.  
  4764.  
  4765.  
  4766.  
  4767.  
  4768.  
  4769.  
  4770.  
  4771.  
  4772.  
  4773.  
  4774.  
  4775.  
  4776.  
  4777.  
  4778.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 81]
  4779.  
  4780.  
  4781.  
  4782.  
  4783.  
  4784.           Internet Draft          SONET Objects             January 1993
  4785.  
  4786.  
  4787.           -- The SONET Far End Path group is optional.
  4788.           -- This group may only be implemented by SONET
  4789.           -- systems that terminate the SONET Path layer.
  4790.  
  4791.           -- This group consists of three tables:
  4792.           --    SONET Far End Path Current
  4793.           --    SONET Far End Path Interval
  4794.           --    SONET Far End Path Total
  4795.  
  4796.  
  4797.  
  4798.  
  4799.  
  4800.  
  4801.  
  4802.  
  4803.  
  4804.  
  4805.  
  4806.  
  4807.  
  4808.  
  4809.  
  4810.  
  4811.  
  4812.  
  4813.  
  4814.  
  4815.  
  4816.  
  4817.  
  4818.  
  4819.  
  4820.  
  4821.  
  4822.  
  4823.  
  4824.  
  4825.  
  4826.  
  4827.  
  4828.  
  4829.  
  4830.  
  4831.  
  4832.  
  4833.  
  4834.  
  4835.  
  4836.  
  4837.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 82]
  4838.  
  4839.  
  4840.  
  4841.  
  4842.  
  4843.           Internet Draft          SONET Objects             January 1993
  4844.  
  4845.  
  4846.           -- The SONET Far End Path Current
  4847.  
  4848.           -- The SONET Far End Path Current table contains various statistics
  4849.           -- being collected for the current 15 minute interval.
  4850.           -- The statistics are collected from the far end block error code
  4851.           -- (FEBE) within the G1 byte of the Path Overhead.
  4852.           -- The definitions are the same as described for
  4853.           -- the near-end information.
  4854.  
  4855.           sonetFarEndPathCurrentTable OBJECT-TYPE
  4856.               SYNTAX  SEQUENCE OF SonetFarEndPathCurrentEntry
  4857.               ACCESS  not-accessible
  4858.               STATUS  mandatory
  4859.               DESCRIPTION
  4860.                    "The SONET Far End Path Current table."
  4861.               ::= { sonetFarEndPath 1 }
  4862.  
  4863.           sonetFarEndPathCurrentEntry OBJECT-TYPE
  4864.               SYNTAX  SonetFarEndPathCurrentEntry
  4865.               ACCESS  not-accessible
  4866.               STATUS  mandatory
  4867.               DESCRIPTION
  4868.                    "An entry in the SONET Far End Path Current table."
  4869.               INDEX   { sonetFarEndPathCurrentIfIndex,
  4870.                         sonetFarEndPathCurrentIndex }
  4871.               ::= { sonetFarEndPathCurrentTable 1 }
  4872.  
  4873.           SonetFarEndPathCurrentEntry ::=
  4874.               SEQUENCE {
  4875.                   sonetFarEndPathCurrentIfIndex
  4876.                       INTEGER,
  4877.                   sonetFarEndPathCurrentIndex
  4878.                       INTEGER,
  4879.                   sonetFarEndPathCurrentESs
  4880.                       Gauge,
  4881.                   sonetFarEndPathCurrentSESs
  4882.                       Gauge,
  4883.                   sonetFarEndPathCurrentCVs
  4884.                       Gauge,
  4885.                   sonetFarEndPathCurrentUASs
  4886.                       Gauge
  4887.               }
  4888.  
  4889.           sonetFarEndPathCurrentIfIndex OBJECT-TYPE
  4890.              SYNTAX  INTEGER (1..65535)
  4891.  
  4892.  
  4893.  
  4894.  
  4895.  
  4896.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 83]
  4897.  
  4898.  
  4899.  
  4900.  
  4901.  
  4902.           Internet Draft          SONET Objects             January 1993
  4903.  
  4904.  
  4905.              ACCESS  read-only
  4906.              STATUS  mandatory
  4907.              DESCRIPTION
  4908.                  "The index value which uniquely identifies the
  4909.                  SONET interface
  4910.                  to which this entry is applicable.  The interface
  4911.                  identified by a particular value of this index is
  4912.                  the same interface as identified by the same value
  4913.                  an SONETPathIfIndex object instance."
  4914.              ::= { sonetFarEndPathCurrentEntry 1 }
  4915.  
  4916.           sonetFarEndPathCurrentIndex OBJECT-TYPE
  4917.              SYNTAX  INTEGER (1..65535)
  4918.              ACCESS  read-only
  4919.              STATUS  mandatory
  4920.              DESCRIPTION
  4921.                  "The index value which uniquely identifies the Path
  4922.                  to which this entry is applicable.  The interface
  4923.                  identified by a particular value of this index is
  4924.                  the same interface as identified by the same value
  4925.                  an SONETPathIndex object instance."
  4926.              ::= { sonetFarEndPathCurrentEntry 2 }
  4927.  
  4928.           sonetFarEndPathCurrentESs OBJECT-TYPE
  4929.               SYNTAX  Gauge
  4930.               ACCESS  read-only
  4931.               STATUS  mandatory
  4932.               DESCRIPTION
  4933.                    "The counter associated with the number of Far
  4934.                    Far End Errored Seconds encountered by a SONET
  4935.                    interface in the current 15 minute interval."
  4936.               ::= { sonetFarEndPathCurrentEntry 3 }
  4937.  
  4938.           sonetFarEndPathCurrentSESs OBJECT-TYPE
  4939.               SYNTAX  Gauge
  4940.               ACCESS  read-only
  4941.               STATUS  mandatory
  4942.               DESCRIPTION
  4943.                    "The counter associated with the number of
  4944.                    Far End Severely Errored Seconds
  4945.                    encountered by a SONET interface in the current 15 minute
  4946.                    interval."
  4947.               ::= { sonetFarEndPathCurrentEntry 4 }
  4948.  
  4949.           sonetFarEndPathCurrentCVs OBJECT-TYPE
  4950.  
  4951.  
  4952.  
  4953.  
  4954.  
  4955.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 84]
  4956.  
  4957.  
  4958.  
  4959.  
  4960.  
  4961.           Internet Draft          SONET Objects             January 1993
  4962.  
  4963.  
  4964.               SYNTAX  Gauge
  4965.               ACCESS  read-only
  4966.               STATUS  mandatory
  4967.               DESCRIPTION
  4968.                    "The counter associated with the number of
  4969.                    Far End Coding Violations reported via
  4970.                    the far end block error count
  4971.                    encountered by a
  4972.                    SONET interface in the current 15 minute interval."
  4973.               ::= { sonetFarEndPathCurrentEntry 5 }
  4974.  
  4975.           sonetFarEndPathCurrentUASs OBJECT-TYPE
  4976.              SYNTAX  Gauge
  4977.              ACCESS  read-only
  4978.              STATUS  mandatory
  4979.              DESCRIPTION
  4980.                  "The counter associated with the number of
  4981.                  Far End Unavailable Seconds
  4982.                  encountered by a
  4983.                  SONET interface in the current 15 minute interval."
  4984.              ::= { sonetFarEndPathCurrentEntry 6 }
  4985.  
  4986.  
  4987.  
  4988.  
  4989.  
  4990.  
  4991.  
  4992.  
  4993.  
  4994.  
  4995.  
  4996.  
  4997.  
  4998.  
  4999.  
  5000.  
  5001.  
  5002.  
  5003.  
  5004.  
  5005.  
  5006.  
  5007.  
  5008.  
  5009.  
  5010.  
  5011.  
  5012.  
  5013.  
  5014.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 85]
  5015.  
  5016.  
  5017.  
  5018.  
  5019.  
  5020.           Internet Draft          SONET Objects             January 1993
  5021.  
  5022.  
  5023.           -- The SONET Far End Path Interval
  5024.  
  5025.           -- The SONET Far End Path Interval Table contains various statistics
  5026.           -- collected by each SONET interface over the previous 24 hours of
  5027.           -- operation.  The past 24 hours are broken into 96
  5028.           -- completed 15 minute intervals.
  5029.  
  5030.           sonetFarEndPathIntervalTable OBJECT-TYPE
  5031.               SYNTAX  SEQUENCE OF SonetFarEndPathIntervalEntry
  5032.               ACCESS  not-accessible
  5033.               STATUS  mandatory
  5034.               DESCRIPTION
  5035.                   "The SONET Far End Path Interval table."
  5036.               ::= { sonetFarEndPath 2 }
  5037.  
  5038.           sonetFarEndPathIntervalEntry OBJECT-TYPE
  5039.               SYNTAX  SonetFarEndPathIntervalEntry
  5040.               ACCESS  not-accessible
  5041.               STATUS  mandatory
  5042.               DESCRIPTION
  5043.                  "An entry in the SONET Far
  5044.                  End Path Interval table."
  5045.               INDEX   { sonetFarEndPathIntervalIfIndex,
  5046.                         sonetFarEndPathIntervalIndex,
  5047.                         sonetFarEndPathIntervalNumber }
  5048.               ::= { sonetFarEndPathIntervalTable 1 }
  5049.  
  5050.           SonetFarEndPathIntervalEntry ::=
  5051.               SEQUENCE {
  5052.                    sonetFarEndPathIntervalIfIndex
  5053.                         INTEGER,
  5054.                    sonetFarEndPathIntervalIndex
  5055.                         INTEGER,
  5056.                    sonetFarEndPathIntervalNumber
  5057.                         INTEGER,
  5058.                    sonetFarEndPathIntervalESs
  5059.                         Gauge,
  5060.                    sonetFarEndPathIntervalSESs
  5061.                         Gauge,
  5062.                    sonetFarEndPathIntervalCVs
  5063.                         Gauge,
  5064.                    sonetFarEndPathIntervalUASs
  5065.                         Gauge
  5066.               }
  5067.  
  5068.  
  5069.  
  5070.  
  5071.  
  5072.  
  5073.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 86]
  5074.  
  5075.  
  5076.  
  5077.  
  5078.  
  5079.           Internet Draft          SONET Objects             January 1993
  5080.  
  5081.  
  5082.           sonetFarEndPathIntervalIfIndex OBJECT-TYPE
  5083.               SYNTAX  INTEGER (1..65535)
  5084.               ACCESS  read-only
  5085.               STATUS  mandatory
  5086.               DESCRIPTION
  5087.                    "The index value which uniquely identifies the
  5088.                    SONET interface
  5089.                    to which this entry is applicable.  The
  5090.                    interface identified by a particular value of
  5091.                    this index is the same interface as identified
  5092.                    by the same value an SONETPathIfIndex object
  5093.                    instance."
  5094.               ::= { sonetFarEndPathIntervalEntry 1 }
  5095.  
  5096.           sonetFarEndPathIntervalIndex OBJECT-TYPE
  5097.               SYNTAX  INTEGER (1..65535)
  5098.               ACCESS  read-only
  5099.               STATUS  mandatory
  5100.               DESCRIPTION
  5101.                    "The index value which uniquely identifies the Path
  5102.                    to which this entry is applicable.  The
  5103.                    interface identified by a particular value of
  5104.                    this index is the same interface as identified
  5105.                    by the same value an SONETPathIndex object
  5106.                    instance."
  5107.               ::= { sonetFarEndPathIntervalEntry 2 }
  5108.  
  5109.           sonetFarEndPathIntervalNumber OBJECT-TYPE
  5110.              SYNTAX  INTEGER (1..96)
  5111.              ACCESS  read-only
  5112.              STATUS  mandatory
  5113.              DESCRIPTION
  5114.                  "A number between 1 and 96, where 1 is the most
  5115.                  recently completed 15 minute interval and 96 is
  5116.                  the least recently completed 15 minutes
  5117.                  interval (assuming that all 96 intervals are
  5118.                  valid)."
  5119.              ::= { sonetFarEndPathIntervalEntry 3 }
  5120.  
  5121.           sonetFarEndPathIntervalESs OBJECT-TYPE
  5122.              SYNTAX  Gauge
  5123.              ACCESS  read-only
  5124.              STATUS  mandatory
  5125.              DESCRIPTION
  5126.                   "The counter associated with the number of
  5127.  
  5128.  
  5129.  
  5130.  
  5131.  
  5132.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 87]
  5133.  
  5134.  
  5135.  
  5136.  
  5137.  
  5138.           Internet Draft          SONET Objects             January 1993
  5139.  
  5140.  
  5141.                   Far End Errored Seconds encountered
  5142.                   by a SONET interface in one of the previous 96,
  5143.                   individual 15 minute, intervals."
  5144.              ::= { sonetFarEndPathIntervalEntry 4 }
  5145.  
  5146.           sonetFarEndPathIntervalSESs OBJECT-TYPE
  5147.              SYNTAX  Gauge
  5148.              ACCESS  read-only
  5149.              STATUS  mandatory
  5150.              DESCRIPTION
  5151.                   "The counter associated with the number of
  5152.                   Far End Severely Errored Seconds
  5153.                   encountered by a SONET interface in one of the previous
  5154.                   96, individual 15 minute, intervals."
  5155.              ::= { sonetFarEndPathIntervalEntry 5 }
  5156.  
  5157.           sonetFarEndPathIntervalCVs OBJECT-TYPE
  5158.               SYNTAX  Gauge
  5159.               ACCESS  read-only
  5160.               STATUS  mandatory
  5161.               DESCRIPTION
  5162.                    "The counter associated with the number of
  5163.                    Far End Coding Violations reported via
  5164.                    the far end block error count
  5165.                    encountered by a
  5166.                    SONET interface in one of the previous 96, individual 15
  5167.                    minute, intervals."
  5168.               ::= { sonetFarEndPathIntervalEntry 6 }
  5169.  
  5170.           sonetFarEndPathIntervalUASs OBJECT-TYPE
  5171.              SYNTAX  Gauge
  5172.              ACCESS  read-only
  5173.              STATUS  mandatory
  5174.              DESCRIPTION
  5175.                  "The counter associated with the number of
  5176.                  Far End Unavailable Seconds
  5177.                  encountered by a
  5178.                  SONET interface in one of the previous 96, individual 15
  5179.                  minute, intervals."
  5180.              ::= { sonetFarEndPathIntervalEntry 7 }
  5181.  
  5182.  
  5183.  
  5184.  
  5185.  
  5186.  
  5187.  
  5188.  
  5189.  
  5190.  
  5191.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 88]
  5192.  
  5193.  
  5194.  
  5195.  
  5196.  
  5197.           Internet Draft          SONET Objects             January 1993
  5198.  
  5199.  
  5200.           -- The SONET Far End Path Total
  5201.  
  5202.           -- The SONET Far End Path Total Table contains the cumulative sum
  5203.           -- of the various statistics for the 24 hour interval preceding the
  5204.           -- first valid interval in the SonetFarEndCurrentTable.
  5205.  
  5206.           sonetFarEndPathTotalTable OBJECT-TYPE
  5207.               SYNTAX  SEQUENCE OF SonetFarEndPathTotalEntry
  5208.               ACCESS  not-accessible
  5209.               STATUS  mandatory
  5210.               DESCRIPTION
  5211.                    "The SONET Far End Path Total table.  24 hour interval."
  5212.               ::= { sonetFarEndPath 3 }
  5213.  
  5214.           sonetFarEndPathTotalEntry OBJECT-TYPE
  5215.               SYNTAX  SonetFarEndPathTotalEntry
  5216.               ACCESS  not-accessible
  5217.               STATUS  mandatory
  5218.               DESCRIPTION
  5219.                    "An entry in the SONET Far End Path Total table."
  5220.               INDEX   { sonetFarEndPathTotalIfIndex,
  5221.                         sonetFarEndPathTotalIndex }
  5222.               ::= { sonetFarEndPathTotalTable 1 }
  5223.  
  5224.           SonetFarEndPathTotalEntry ::=
  5225.               SEQUENCE {
  5226.                   sonetFarEndPathTotalIfIndex
  5227.                       INTEGER,
  5228.                   sonetFarEndPathTotalIndex
  5229.                       INTEGER,
  5230.                   sonetFarEndPathTotalESs
  5231.                       Gauge,
  5232.                   sonetFarEndPathTotalSESs
  5233.                       Gauge,
  5234.                   sonetFarEndPathTotalCVs
  5235.                       Gauge,
  5236.                   sonetFarEndPathTotalUASs
  5237.                       Gauge
  5238.               }
  5239.  
  5240.           sonetFarEndPathTotalIfIndex OBJECT-TYPE
  5241.               SYNTAX  INTEGER (1..65535)
  5242.               ACCESS  read-only
  5243.               STATUS  mandatory
  5244.               DESCRIPTION
  5245.  
  5246.  
  5247.  
  5248.  
  5249.  
  5250.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 89]
  5251.  
  5252.  
  5253.  
  5254.  
  5255.  
  5256.           Internet Draft          SONET Objects             January 1993
  5257.  
  5258.  
  5259.                    "The index value which uniquely identifies the
  5260.                    SONET interface
  5261.                    to which this entry is applicable.  The interface
  5262.                    identified by a particular value of this index is
  5263.                    the same interface as identified by the same value
  5264.                    an SONETPathIfIndex object instance."
  5265.               ::= { sonetFarEndPathTotalEntry 1 }
  5266.  
  5267.           sonetFarEndPathTotalIndex OBJECT-TYPE
  5268.               SYNTAX  INTEGER (1..65535)
  5269.               ACCESS  read-only
  5270.               STATUS  mandatory
  5271.               DESCRIPTION
  5272.                    "The index value which uniquely identifies the Path
  5273.                    to which this entry is applicable.  The interface
  5274.                    identified by a particular value of this index is
  5275.                    the same interface as identified by the same value
  5276.                    an SONETPathIndex object instance."
  5277.               ::= { sonetFarEndPathTotalEntry 2 }
  5278.  
  5279.           sonetFarEndPathTotalESs OBJECT-TYPE
  5280.              SYNTAX  Gauge
  5281.              ACCESS  read-only
  5282.              STATUS  mandatory
  5283.              DESCRIPTION
  5284.                   "The counter associated with the number of Far
  5285.                   End Errored Seconds encountered by a SONET
  5286.                   interface in the previous 24 hour interval."
  5287.              ::= { sonetFarEndPathTotalEntry 3 }
  5288.  
  5289.           sonetFarEndPathTotalSESs OBJECT-TYPE
  5290.              SYNTAX  Gauge
  5291.              ACCESS  read-only
  5292.              STATUS  mandatory
  5293.              DESCRIPTION
  5294.                   "The counter associated with the number of
  5295.                   Far End Severely Errored Seconds
  5296.                   encountered by a SONET interface in the previous 24 hour
  5297.                   interval."
  5298.              ::= { sonetFarEndPathTotalEntry 4 }
  5299.  
  5300.           sonetFarEndPathTotalCVs OBJECT-TYPE
  5301.              SYNTAX  Gauge
  5302.              ACCESS  read-only
  5303.              STATUS  mandatory
  5304.  
  5305.  
  5306.  
  5307.  
  5308.  
  5309.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 90]
  5310.  
  5311.  
  5312.  
  5313.  
  5314.  
  5315.           Internet Draft          SONET Objects             January 1993
  5316.  
  5317.  
  5318.              DESCRIPTION
  5319.                   "The counter associated with the number of
  5320.                   Far End Coding Violations reported via the
  5321.                   far end block error count
  5322.                   encountered by a
  5323.                   SONET interface in the previous 24 hour interval."
  5324.              ::= { sonetFarEndPathTotalEntry 5 }
  5325.  
  5326.           sonetFarEndPathTotalUASs OBJECT-TYPE
  5327.              SYNTAX  Gauge
  5328.              ACCESS  read-only
  5329.              STATUS  mandatory
  5330.              DESCRIPTION
  5331.                  "The counter associated with the number of
  5332.                  Far End Unavailable Seconds
  5333.                  encountered by a
  5334.                  SONET interface in the previous 24 hour interval."
  5335.              ::= { sonetFarEndPathTotalEntry 6 }
  5336.  
  5337.  
  5338.  
  5339.  
  5340.  
  5341.  
  5342.  
  5343.  
  5344.  
  5345.  
  5346.  
  5347.  
  5348.  
  5349.  
  5350.  
  5351.  
  5352.  
  5353.  
  5354.  
  5355.  
  5356.  
  5357.  
  5358.  
  5359.  
  5360.  
  5361.  
  5362.  
  5363.  
  5364.  
  5365.  
  5366.  
  5367.  
  5368.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 91]
  5369.  
  5370.  
  5371.  
  5372.  
  5373.  
  5374.           Internet Draft          SONET Objects             January 1993
  5375.  
  5376.  
  5377.           -- The SONET Far End VT group is optional.
  5378.           -- This group may only be implemented by SONET
  5379.           -- systems that terminate the SONET floating VT layer.
  5380.  
  5381.           -- This group consists of three tables:
  5382.           --    SONET Far End VT Current
  5383.           --    SONET Far End VT Interval
  5384.           --    SONET Far End VT Total
  5385.  
  5386.  
  5387.  
  5388.  
  5389.  
  5390.  
  5391.  
  5392.  
  5393.  
  5394.  
  5395.  
  5396.  
  5397.  
  5398.  
  5399.  
  5400.  
  5401.  
  5402.  
  5403.  
  5404.  
  5405.  
  5406.  
  5407.  
  5408.  
  5409.  
  5410.  
  5411.  
  5412.  
  5413.  
  5414.  
  5415.  
  5416.  
  5417.  
  5418.  
  5419.  
  5420.  
  5421.  
  5422.  
  5423.  
  5424.  
  5425.  
  5426.  
  5427.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 92]
  5428.  
  5429.  
  5430.  
  5431.  
  5432.  
  5433.           Internet Draft          SONET Objects             January 1993
  5434.  
  5435.  
  5436.           -- The SONET Far End VT Current
  5437.  
  5438.           -- The SONET Far End VT Current table contains various statistics
  5439.           -- being collected for the current 15 minute interval.
  5440.           -- The statistics are collected from the far end block error code
  5441.           -- (FEBE) within the G1 byte of the VT Overhead.
  5442.           -- The definitions are the same as described for
  5443.           -- the near-end information.
  5444.  
  5445.           sonetFarEndVTCurrentTable OBJECT-TYPE
  5446.               SYNTAX  SEQUENCE OF SonetFarEndVTCurrentEntry
  5447.               ACCESS  not-accessible
  5448.               STATUS  mandatory
  5449.               DESCRIPTION
  5450.                   "The SONET Far End VT Current table."
  5451.               ::= { sonetFarEndVT 1 }
  5452.  
  5453.           sonetFarEndVTCurrentEntry OBJECT-TYPE
  5454.               SYNTAX  SonetFarEndVTCurrentEntry
  5455.               ACCESS  not-accessible
  5456.               STATUS  mandatory
  5457.               DESCRIPTION
  5458.                   "An entry in the SONET Far End VT Current table."
  5459.               INDEX   { sonetFarEndVTCurrentIfIndex,
  5460.                         sonetFarEndVTCurrentPathIndex,
  5461.                         sonetFarEndVTCurrentIndex }
  5462.               ::= { sonetFarEndVTCurrentTable 1 }
  5463.  
  5464.           SonetFarEndVTCurrentEntry ::=
  5465.               SEQUENCE {
  5466.                   sonetFarEndVTCurrentIfIndex
  5467.                       INTEGER,
  5468.                   sonetFarEndVTCurrentPathIndex
  5469.                       INTEGER,
  5470.                   sonetFarEndVTCurrentIndex
  5471.                       INTEGER,
  5472.                   sonetFarEndVTCurrentESs
  5473.                       Gauge,
  5474.                   sonetFarEndVTCurrentSESs
  5475.                       Gauge,
  5476.                   sonetFarEndVTCurrentCVs
  5477.                       Gauge,
  5478.                   sonetFarEndVTCurrentUASs
  5479.                       Gauge
  5480.               }
  5481.  
  5482.  
  5483.  
  5484.  
  5485.  
  5486.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 93]
  5487.  
  5488.  
  5489.  
  5490.  
  5491.  
  5492.           Internet Draft          SONET Objects             January 1993
  5493.  
  5494.  
  5495.           sonetFarEndVTCurrentIfIndex OBJECT-TYPE
  5496.              SYNTAX  INTEGER (1..65535)
  5497.              ACCESS  read-only
  5498.              STATUS  mandatory
  5499.              DESCRIPTION
  5500.                 "The index value which uniquely identifies the
  5501.                 SONET interface
  5502.                 to which this entry is applicable.  The interface
  5503.                 identified by a particular value of this index is
  5504.                 the same interface as identified by the same value
  5505.                 an SONETVTIfIndex object instance."
  5506.              ::= { sonetFarEndVTCurrentEntry 1 }
  5507.  
  5508.           sonetFarEndVTCurrentPathIndex OBJECT-TYPE
  5509.              SYNTAX  INTEGER (1..65535)
  5510.              ACCESS  read-only
  5511.              STATUS  mandatory
  5512.              DESCRIPTION
  5513.                 "The index value which uniquely identifies the Path
  5514.                 to which this entry is applicable.  The interface
  5515.                 identified by a particular value of this index is
  5516.                 the same interface as identified by the same value
  5517.                 an SONETVTPathIndex object instance."
  5518.              ::= { sonetFarEndVTCurrentEntry 2 }
  5519.  
  5520.           sonetFarEndVTCurrentIndex OBJECT-TYPE
  5521.              SYNTAX  INTEGER (1..65535)
  5522.              ACCESS  read-only
  5523.              STATUS  mandatory
  5524.              DESCRIPTION
  5525.                 "The index value which uniquely identifies the VT
  5526.                 to which this entry is applicable.  The interface
  5527.                 identified by a particular value of this index is
  5528.                 the same interface as identified by the same value
  5529.                 an SONETVTIndex object instance."
  5530.              ::= { sonetFarEndVTCurrentEntry 3 }
  5531.  
  5532.           sonetFarEndVTCurrentESs OBJECT-TYPE
  5533.               SYNTAX  Gauge
  5534.               ACCESS  read-only
  5535.               STATUS  mandatory
  5536.               DESCRIPTION
  5537.                   "The counter associated with the number of Far
  5538.                   Far End Errored Seconds encountered by a SONET
  5539.                   interface in the current 15 minute interval."
  5540.  
  5541.  
  5542.  
  5543.  
  5544.  
  5545.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 94]
  5546.  
  5547.  
  5548.  
  5549.  
  5550.  
  5551.           Internet Draft          SONET Objects             January 1993
  5552.  
  5553.  
  5554.           ::= { sonetFarEndVTCurrentEntry 4 }
  5555.  
  5556.           sonetFarEndVTCurrentSESs OBJECT-TYPE
  5557.               SYNTAX  Gauge
  5558.               ACCESS  read-only
  5559.               STATUS  mandatory
  5560.               DESCRIPTION
  5561.                   "The counter associated with the number of
  5562.                   Far End Severely Errored Seconds
  5563.                   encountered by a SONET interface in the current 15 minute
  5564.                   interval."
  5565.               ::= { sonetFarEndVTCurrentEntry 5 }
  5566.  
  5567.           sonetFarEndVTCurrentCVs OBJECT-TYPE
  5568.               SYNTAX  Gauge
  5569.               ACCESS  read-only
  5570.               STATUS  mandatory
  5571.               DESCRIPTION
  5572.                   "The counter associated with the number of
  5573.                   Far End Coding Violations reported via
  5574.                   the far end block error count
  5575.                   encountered by a
  5576.                   SONET interface in the current 15 minute interval."
  5577.               ::= { sonetFarEndVTCurrentEntry 6 }
  5578.  
  5579.           sonetFarEndVTCurrentUASs OBJECT-TYPE
  5580.              SYNTAX  Gauge
  5581.              ACCESS  read-only
  5582.              STATUS  mandatory
  5583.              DESCRIPTION
  5584.                 "The counter associated with the number of
  5585.                 Far End Unavailable Seconds
  5586.                 encountered by a
  5587.                 SONET interface in the current 15 minute interval."
  5588.              ::= { sonetFarEndVTCurrentEntry 7 }
  5589.  
  5590.  
  5591.  
  5592.  
  5593.  
  5594.  
  5595.  
  5596.  
  5597.  
  5598.  
  5599.  
  5600.  
  5601.  
  5602.  
  5603.  
  5604.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 95]
  5605.  
  5606.  
  5607.  
  5608.  
  5609.  
  5610.           Internet Draft          SONET Objects             January 1993
  5611.  
  5612.  
  5613.           -- The SONET Far End VT Interval
  5614.  
  5615.           -- The SONET Far End VT Interval Table contains various statistics
  5616.           -- collected by each SONET interface over the previous 24 hours of
  5617.           -- operation.  The past 24 hours are broken into 96
  5618.           -- completed 15 minute intervals.
  5619.  
  5620.           sonetFarEndVTIntervalTable OBJECT-TYPE
  5621.               SYNTAX  SEQUENCE OF SonetFarEndVTIntervalEntry
  5622.               ACCESS  not-accessible
  5623.               STATUS  mandatory
  5624.               DESCRIPTION
  5625.                  "The SONET Far End VT Interval table."
  5626.               ::= { sonetFarEndVT 2 }
  5627.  
  5628.           sonetFarEndVTIntervalEntry OBJECT-TYPE
  5629.               SYNTAX  SonetFarEndVTIntervalEntry
  5630.               ACCESS  not-accessible
  5631.               STATUS  mandatory
  5632.               DESCRIPTION
  5633.                 "An entry in the SONET Far
  5634.                 End VT Interval table."
  5635.               INDEX   { sonetFarEndVTIntervalIfIndex,
  5636.                         sonetFarEndVTIntervalPathIndex,
  5637.                         sonetFarEndVTIntervalIndex,
  5638.                         sonetFarEndVTIntervalNumber }
  5639.               ::= { sonetFarEndVTIntervalTable 1 }
  5640.  
  5641.           SonetFarEndVTIntervalEntry ::=
  5642.              SEQUENCE {
  5643.                    sonetFarEndVTIntervalIfIndex
  5644.                         INTEGER,
  5645.                    sonetFarEndVTIntervalPathIndex
  5646.                         INTEGER,
  5647.                    sonetFarEndVTIntervalIndex
  5648.                         INTEGER,
  5649.                    sonetFarEndVTIntervalNumber
  5650.                         INTEGER,
  5651.                    sonetFarEndVTIntervalESs
  5652.                         Gauge,
  5653.                    sonetFarEndVTIntervalSESs
  5654.                         Gauge,
  5655.                    sonetFarEndVTIntervalCVs
  5656.                         Gauge,
  5657.                    sonetFarEndVTIntervalUASs
  5658.  
  5659.  
  5660.  
  5661.  
  5662.  
  5663.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 96]
  5664.  
  5665.  
  5666.  
  5667.  
  5668.  
  5669.           Internet Draft          SONET Objects             January 1993
  5670.  
  5671.  
  5672.                         Gauge
  5673.               }
  5674.  
  5675.           sonetFarEndVTIntervalIfIndex OBJECT-TYPE
  5676.               SYNTAX  INTEGER (1..65535)
  5677.               ACCESS  read-only
  5678.               STATUS  mandatory
  5679.               DESCRIPTION
  5680.                    "The index value which uniquely identifies the
  5681.                    SONET interface
  5682.                    to which this entry is applicable.  The
  5683.                    interface identified by a particular value of
  5684.                    this index is the same interface as identified
  5685.                    by the same value an SONETVTIfIndex object
  5686.                    instance."
  5687.               ::= { sonetFarEndVTIntervalEntry 1 }
  5688.  
  5689.           sonetFarEndVTIntervalPathIndex OBJECT-TYPE
  5690.               SYNTAX  INTEGER (1..65535)
  5691.               ACCESS  read-only
  5692.               STATUS  mandatory
  5693.               DESCRIPTION
  5694.                    "The index value which uniquely identifies the Path
  5695.                    to which this entry is applicable.  The
  5696.                    interface identified by a particular value of
  5697.                    this index is the same interface as identified
  5698.                    by the same value an SONETVTPathIndex object
  5699.                    instance."
  5700.               ::= { sonetFarEndVTIntervalEntry 2 }
  5701.  
  5702.           sonetFarEndVTIntervalIndex OBJECT-TYPE
  5703.               SYNTAX  INTEGER (1..65535)
  5704.               ACCESS  read-only
  5705.               STATUS  mandatory
  5706.               DESCRIPTION
  5707.                    "The index value which uniquely identifies the
  5708.                    VT to which this entry is applicable.  The
  5709.                    interface identified by a particular value of
  5710.                    this index is the same interface as identified
  5711.                    by the same value an SONETVTIndex object
  5712.                    instance."
  5713.               ::= { sonetFarEndVTIntervalEntry 3 }
  5714.  
  5715.           sonetFarEndVTIntervalNumber OBJECT-TYPE
  5716.               SYNTAX  INTEGER (1..96)
  5717.  
  5718.  
  5719.  
  5720.  
  5721.  
  5722.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 97]
  5723.  
  5724.  
  5725.  
  5726.  
  5727.  
  5728.           Internet Draft          SONET Objects             January 1993
  5729.  
  5730.  
  5731.               ACCESS  read-only
  5732.               STATUS  mandatory
  5733.               DESCRIPTION
  5734.                    "A number between 1 and 96, where 1 is the most
  5735.                    recently completed 15 minute interval and 96 is
  5736.                    the least recently completed 15 minutes
  5737.                    interval (assuming that all 96 intervals are
  5738.                    valid)."
  5739.               ::= { sonetFarEndVTIntervalEntry 4 }
  5740.  
  5741.           sonetFarEndVTIntervalESs OBJECT-TYPE
  5742.               SYNTAX  Gauge
  5743.               ACCESS  read-only
  5744.               STATUS  mandatory
  5745.               DESCRIPTION
  5746.                     "The counter associated with the number of
  5747.                     Far End Errored Seconds encountered
  5748.                     by a SONET interface in one of the previous 96,
  5749.                     individual 15 minute, intervals."
  5750.              ::= { sonetFarEndVTIntervalEntry 5 }
  5751.  
  5752.           sonetFarEndVTIntervalSESs OBJECT-TYPE
  5753.               SYNTAX  Gauge
  5754.               ACCESS  read-only
  5755.               STATUS  mandatory
  5756.               DESCRIPTION
  5757.                     "The counter associated with the number of
  5758.                     Far End Severely Errored Seconds
  5759.                     encountered by a SONET interface in one of the previous
  5760.                     96, individual 15 minute, intervals."
  5761.               ::= { sonetFarEndVTIntervalEntry 6 }
  5762.  
  5763.           sonetFarEndVTIntervalCVs OBJECT-TYPE
  5764.               SYNTAX  Gauge
  5765.               ACCESS  read-only
  5766.               STATUS  mandatory
  5767.               DESCRIPTION
  5768.                    "The counter associated with the number of
  5769.                    Far End Coding Violations reported via
  5770.                    the far end block error count
  5771.                    encountered by a
  5772.                    SONET interface in one of the previous 96, individual 15
  5773.                    minute, intervals."
  5774.               ::= { sonetFarEndVTIntervalEntry 7 }
  5775.  
  5776.  
  5777.  
  5778.  
  5779.  
  5780.  
  5781.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 98]
  5782.  
  5783.  
  5784.  
  5785.  
  5786.  
  5787.           Internet Draft          SONET Objects             January 1993
  5788.  
  5789.  
  5790.           sonetFarEndVTIntervalUASs OBJECT-TYPE
  5791.              SYNTAX  Gauge
  5792.              ACCESS  read-only
  5793.              STATUS  mandatory
  5794.              DESCRIPTION
  5795.                  "The counter associated with the number of
  5796.                  Far End Unavailable Seconds
  5797.                  encountered by a
  5798.                  SONET interface in one of the previous 96, individual 15
  5799.                  minute, intervals."
  5800.              ::= { sonetFarEndVTIntervalEntry 8 }
  5801.  
  5802.  
  5803.  
  5804.  
  5805.  
  5806.  
  5807.  
  5808.  
  5809.  
  5810.  
  5811.  
  5812.  
  5813.  
  5814.  
  5815.  
  5816.  
  5817.  
  5818.  
  5819.  
  5820.  
  5821.  
  5822.  
  5823.  
  5824.  
  5825.  
  5826.  
  5827.  
  5828.  
  5829.  
  5830.  
  5831.  
  5832.  
  5833.  
  5834.  
  5835.  
  5836.  
  5837.  
  5838.  
  5839.  
  5840.           T. Cox & K. Tesink (editors) Expires 7/15/93         [Page 99]
  5841.  
  5842.  
  5843.  
  5844.  
  5845.  
  5846.           Internet Draft          SONET Objects             January 1993
  5847.  
  5848.  
  5849.           -- The SONET Far End VT Total
  5850.  
  5851.           -- The SONET Far End VT Total Table contains the cumulative sum
  5852.           -- of the various statistics for the 24 hour interval preceding the
  5853.           -- first valid interval in the SonetFarEndCurrentTable.
  5854.  
  5855.           sonetFarEndVTTotalTable OBJECT-TYPE
  5856.               SYNTAX  SEQUENCE OF SonetFarEndVTTotalEntry
  5857.               ACCESS  not-accessible
  5858.               STATUS  mandatory
  5859.               DESCRIPTION
  5860.                    "The SONET Far End VT Total table.  24 hour interval."
  5861.               ::= { sonetFarEndVT 3 }
  5862.  
  5863.           sonetFarEndVTTotalEntry OBJECT-TYPE
  5864.               SYNTAX  SonetFarEndVTTotalEntry
  5865.               ACCESS  not-accessible
  5866.               STATUS  mandatory
  5867.               DESCRIPTION
  5868.                    "An entry in the SONET Far End VT Total table."
  5869.               INDEX   { sonetFarEndVTTotalIfIndex,
  5870.                         sonetFarEndVTTotalPathIndex,
  5871.                         sonetFarEndVTTotalIndex }
  5872.               ::= { sonetFarEndVTTotalTable 1 }
  5873.  
  5874.           SonetFarEndVTTotalEntry ::=
  5875.               SEQUENCE {
  5876.                   sonetFarEndVTTotalIfIndex
  5877.                       INTEGER,
  5878.                   sonetFarEndVTTotalPathIndex
  5879.                       INTEGER,
  5880.                   sonetFarEndVTTotalIndex
  5881.                       INTEGER,
  5882.                   sonetFarEndVTTotalESs
  5883.                       Gauge,
  5884.                   sonetFarEndVTTotalSESs
  5885.                       Gauge,
  5886.                   sonetFarEndVTTotalCVs
  5887.                       Gauge,
  5888.                   sonetFarEndVTTotalUASs
  5889.                       Gauge
  5890.               }
  5891.  
  5892.           sonetFarEndVTTotalIfIndex OBJECT-TYPE
  5893.               SYNTAX  INTEGER (1..65535)
  5894.  
  5895.  
  5896.  
  5897.  
  5898.  
  5899.           T. Cox & K. Tesink (editors) Expires 7/15/93        [Page 100]
  5900.  
  5901.  
  5902.  
  5903.  
  5904.  
  5905.           Internet Draft          SONET Objects             January 1993
  5906.  
  5907.  
  5908.               ACCESS  read-only
  5909.               STATUS  mandatory
  5910.               DESCRIPTION
  5911.                    "The index value which uniquely identifies the
  5912.                    SONET interface
  5913.                    to which this entry is applicable.  The interface
  5914.                    identified by a particular value of this index is
  5915.                    the same interface as identified by the same value
  5916.                    an SONETVTIfIndex object instance."
  5917.               ::= { sonetFarEndVTTotalEntry 1 }
  5918.  
  5919.           sonetFarEndVTTotalPathIndex OBJECT-TYPE
  5920.               SYNTAX  INTEGER (1..65535)
  5921.               ACCESS  read-only
  5922.               STATUS  mandatory
  5923.               DESCRIPTION
  5924.                    "The index value which uniquely identifies the Path
  5925.                    to which this entry is applicable.  The interface
  5926.                    identified by a particular value of this index is
  5927.                    the same interface as identified by the same value
  5928.                    an SONETVTPathIndex object instance."
  5929.               ::= { sonetFarEndVTTotalEntry 2 }
  5930.  
  5931.           sonetFarEndVTTotalIndex OBJECT-TYPE
  5932.               SYNTAX  INTEGER (1..65535)
  5933.               ACCESS  read-only
  5934.               STATUS  mandatory
  5935.               DESCRIPTION
  5936.                    "The index value which uniquely identifies the VT
  5937.                    to which this entry is applicable.  The interface
  5938.                    identified by a particular value of this index is
  5939.                    the same interface as identified by the same value
  5940.                    an SONETVTIndex object instance."
  5941.               ::= { sonetFarEndVTTotalEntry 3 }
  5942.  
  5943.           sonetFarEndVTTotalESs OBJECT-TYPE
  5944.              SYNTAX  Gauge
  5945.              ACCESS  read-only
  5946.              STATUS  mandatory
  5947.              DESCRIPTION
  5948.                   "The counter associated with the number of Far
  5949.                   End Errored Seconds encountered by a SONET
  5950.                   interface in the previous 24 hour interval."
  5951.              ::= { sonetFarEndVTTotalEntry 4 }
  5952.  
  5953.  
  5954.  
  5955.  
  5956.  
  5957.  
  5958.           T. Cox & K. Tesink (editors) Expires 7/15/93        [Page 101]
  5959.  
  5960.  
  5961.  
  5962.  
  5963.  
  5964.           Internet Draft          SONET Objects             January 1993
  5965.  
  5966.  
  5967.           sonetFarEndVTTotalSESs OBJECT-TYPE
  5968.              SYNTAX  Gauge
  5969.              ACCESS  read-only
  5970.              STATUS  mandatory
  5971.              DESCRIPTION
  5972.                   "The counter associated with the number of
  5973.                   Far End Severely Errored Seconds
  5974.                   encountered by a SONET interface in the previous 24 hour
  5975.                   interval."
  5976.              ::= { sonetFarEndVTTotalEntry 5 }
  5977.  
  5978.           sonetFarEndVTTotalCVs OBJECT-TYPE
  5979.              SYNTAX  Gauge
  5980.              ACCESS  read-only
  5981.              STATUS  mandatory
  5982.              DESCRIPTION
  5983.                   "The counter associated with the number of
  5984.                   Far End Coding Violations reported via the
  5985.                   far end block error count
  5986.                   encountered by a
  5987.                   SONET interface in the previous 24 hour interval."
  5988.              ::= { sonetFarEndVTTotalEntry 6 }
  5989.  
  5990.           sonetFarEndVTTotalUASs OBJECT-TYPE
  5991.              SYNTAX  Gauge
  5992.              ACCESS  read-only
  5993.              STATUS  mandatory
  5994.              DESCRIPTION
  5995.                  "The counter associated with the number of
  5996.                  Far End Unavailable Seconds
  5997.                  encountered by a
  5998.                  SONET interface in the previous 24 hour interval."
  5999.              ::= { sonetFarEndVTTotalEntry 7 }
  6000.  
  6001.           END
  6002.  
  6003.  
  6004.  
  6005.  
  6006.  
  6007.  
  6008.  
  6009.  
  6010.  
  6011.  
  6012.  
  6013.  
  6014.  
  6015.  
  6016.  
  6017.           T. Cox & K. Tesink (editors) Expires 7/15/93        [Page 102]
  6018.  
  6019.  
  6020.  
  6021.  
  6022.  
  6023.           Internet Draft          SONET Objects             January 1993
  6024.  
  6025.  
  6026.           7.  Acknowledgments
  6027.  
  6028.           8.  References
  6029.  
  6030.           [1]  V. Cerf, IAB Recommendations for the Development of
  6031.                Internet Network Management Standards.  Internet Working
  6032.                Group Request for Comments 1052.  Network Information
  6033.                Center, SRI International, Menlo Park, California,
  6034.                (April, 1988).
  6035.  
  6036.           [2]  V. Cerf, Report of the Second Ad Hoc Network Management
  6037.                Review Group, Internet Working Group Request for Comments
  6038.                1109.  Network Information Center, SRI International,
  6039.                Menlo Park, California, (August, 1989).
  6040.  
  6041.           [3]  M.T. Rose and K. McCloghrie, Structure and Identification
  6042.                of Management Information for TCP/IP-based internets,
  6043.                Internet Working Group Request for Comments 1155.
  6044.                Network Information Center, SRI International, Menlo
  6045.                Park, California, (May, 1990).
  6046.  
  6047.           [4]  K. McCloghrie and M.T. Rose, Management Information Base
  6048.                for Network Management of TCP/IP-based internets,
  6049.                Internet Working Group Request for Comments 1156.
  6050.                Network Information Center, SRI International, Menlo
  6051.                Park, California, (May, 1990).
  6052.  
  6053.           [5]  J.D. Case, M.S. Fedor, M.L. Schoffstall, and J.R. Davin,
  6054.                Simple Network Management Protocol, Internet Working
  6055.                Group Request for Comments 1157.  Network Information
  6056.                Center, SRI International, Menlo Park, California, (May,
  6057.                1990).
  6058.  
  6059.           [6]  M.T. Rose (editor), Management Information Base for
  6060.                Network Management of TCP/IP-based internets, Internet
  6061.                Working Group Request for Comments 1213.  Network
  6062.                Information Center, SRI International, Menlo Park,
  6063.                California, (March, 1991).
  6064.  
  6065.           [7]  Information processing systems - Open Systems
  6066.                Interconnection - Specification of Abstract Syntax
  6067.                Notation One (ASN.1), International Organization for
  6068.                Standardization.  International Standard 8824, (December,
  6069.                1987).
  6070.  
  6071.  
  6072.  
  6073.  
  6074.  
  6075.  
  6076.           T. Cox & K. Tesink (editors) Expires 7/15/93        [Page 103]
  6077.  
  6078.  
  6079.  
  6080.  
  6081.  
  6082.           Internet Draft          SONET Objects             January 1993
  6083.  
  6084.  
  6085.           [8]  Information processing systems - Open Systems
  6086.                Interconnection - Specification of Basic Encoding Rules
  6087.                for Abstract Notation One (ASN.1), International
  6088.                Organization for Standardization.  International Standard
  6089.                8825, (December, 1987).
  6090.  
  6091.           [9]  American National Standard for Telecommunications -
  6092.                Digital Hierarchy - Optical Interface Rates and Formats
  6093.                Specification, ANSI T1.105-1988.
  6094.  
  6095.           [9a] ANSI T1.105-1990.
  6096.  
  6097.           [10] American National Standard for Telecommunications -
  6098.                Digital Hierarchy - Optical Interface Specification
  6099.                (Single-Mode), ANSI T1.106-1988.
  6100.  
  6101.           [11] American National Standard for Telecommunications --
  6102.                Layer 1 In-Service Digital Transmission Performance
  6103.                Monitoring T1M1/92-0xx, T1M1.3/92-005R1, April 1992.
  6104.  
  6105.           [12] M.T. Rose, K. McCloghrie (editors), Concise MIB
  6106.                Definitions, Internet Working Group Request for Comments
  6107.                1212.  Network Information Center, SRI International,
  6108.                Menlo Park, CA, (March, 1991).
  6109.  
  6110.           [13] M.T. Rose (editor), A Convention for Defining Traps for
  6111.                use with the SNMP, Internet Working Group Request for
  6112.                Comments 1215.  Network Information Center, SRI
  6113.                International, Menlo Park, CA, (March, 1991).
  6114.  
  6115.  
  6116.  
  6117.  
  6118.  
  6119.  
  6120.  
  6121.  
  6122.  
  6123.  
  6124.  
  6125.  
  6126.  
  6127.  
  6128.  
  6129.  
  6130.  
  6131.  
  6132.  
  6133.  
  6134.  
  6135.           T. Cox & K. Tesink (editors) Expires 7/15/93        [Page 104]
  6136.  
  6137.  
  6138.  
  6139.  
  6140.  
  6141.           Internet Draft          SONET Objects             January 1993
  6142.  
  6143.  
  6144.           9.  Security Considerations
  6145.  
  6146.           Security issues are not discussed in this memo.
  6147.  
  6148.  
  6149.  
  6150.  
  6151.  
  6152.  
  6153.  
  6154.  
  6155.  
  6156.  
  6157.  
  6158.  
  6159.  
  6160.  
  6161.  
  6162.  
  6163.  
  6164.  
  6165.  
  6166.  
  6167.  
  6168.  
  6169.  
  6170.  
  6171.  
  6172.  
  6173.  
  6174.  
  6175.  
  6176.  
  6177.  
  6178.  
  6179.  
  6180.  
  6181.  
  6182.  
  6183.  
  6184.  
  6185.  
  6186.  
  6187.  
  6188.  
  6189.  
  6190.  
  6191.  
  6192.  
  6193.  
  6194.           T. Cox & K. Tesink (editors) Expires 7/15/93        [Page 105]
  6195.  
  6196.  
  6197.  
  6198.  
  6199.  
  6200.           Internet Draft          SONET Objects             January 1993
  6201.  
  6202.  
  6203.           10.  Authors' Addresses
  6204.  
  6205.  
  6206.              Tracy A. Cox
  6207.              Bell Communications Research
  6208.              331 Newman Springs Road
  6209.              P.O. Box 7020
  6210.              Red Bank, NJ  07701-7020
  6211.  
  6212.              Phone: (908) 758-2107
  6213.  
  6214.              EMail: tacox@mail.bellcore.com
  6215.  
  6216.  
  6217.              Kaj Tesink
  6218.              Bell Communications Research
  6219.              331 Newman Springs Road
  6220.              P.O. Box 7020
  6221.              Red Bank, NJ  07701-7020
  6222.  
  6223.              Phone: (908) 758-5254
  6224.  
  6225.              EMail: kaj@cc.bellcore.com
  6226.  
  6227.  
  6228.  
  6229.  
  6230.  
  6231.  
  6232.  
  6233.  
  6234.  
  6235.  
  6236.  
  6237.  
  6238.  
  6239.  
  6240.  
  6241.  
  6242.  
  6243.  
  6244.  
  6245.  
  6246.  
  6247.  
  6248.  
  6249.  
  6250.  
  6251.  
  6252.  
  6253.           T. Cox & K. Tesink (editors) Expires 7/15/93        [Page 106]
  6254.  
  6255.  
  6256.  
  6257.  
  6258.  
  6259.           Internet Draft          SONET Objects             January 1993
  6260.  
  6261.  
  6262.           Table of Contents
  6263.  
  6264.  
  6265.           1 Status of this Memo ...................................    1
  6266.           2 Abstract ..............................................    1
  6267.           3 The Network Management Framework ......................    3
  6268.           4 Objects ...............................................    4
  6269.           4.1 Format of Definitions ...............................    4
  6270.           5 Overview ..............................................    5
  6271.           5.1 Binding between SONET Interfaces, Sections, Lines,
  6272.                Paths, and .........................................    5
  6273.           5.2 Objectives of this MIB Module .......................    6
  6274.           5.3 SONET Terminology ...................................    6
  6275.           5.4 Values for x for the Section, Line, Path,  and  VT
  6276.                Layers .............................................   14
  6277.           6 Object Definitions ....................................   16
  6278.           6.1 The SONET General Group .............................   18
  6279.           6.2 The SONET Photonic Group ............................   20
  6280.           6.3 The SONET Section Group .............................   23
  6281.           6.3.1 The SONET Section Configuration ...................   24
  6282.           6.3.2 The SONET Section Interval ........................   26
  6283.           6.3.3 The SONET Section Current .........................   29
  6284.           6.3.4 The SONET Section Total ...........................   32
  6285.           6.4 The SONET Line Group ................................   35
  6286.           6.4.1 The SONET Line Configuration ......................   36
  6287.           6.4.2 The SONET Line Interval ...........................   38
  6288.           6.4.3 The SONET Line Current ............................   41
  6289.           6.4.4 The SONET Line Total ..............................   44
  6290.           6.5 The SONET Path Group ................................   46
  6291.           6.5.1 The SONET Path Configuration ......................   46
  6292.           6.5.2 The SONET Path Interval ...........................   49
  6293.           6.5.3 The SONET Path Current ............................   52
  6294.           6.5.4 The SONET Path Total ..............................   55
  6295.           6.6 The SONET Virtual Tributary Group ...................   58
  6296.           6.6.1 The SONET VT Configuration ........................   59
  6297.           6.6.2 The SONET VT Interval .............................   62
  6298.           6.6.3 The SONET VT Current ..............................   66
  6299.           6.6.4 The SONET VT Total ................................   69
  6300.           6.7 The SONET Far End Line Group ........................   72
  6301.           6.7.1 The SONET Far End Line Current ....................   73
  6302.           6.7.2 The SONET Far End Line Interval ...................   76
  6303.           6.7.3 The SONET Far End Line Total ......................   79
  6304.           6.8 The SONET Far End Path Group ........................   82
  6305.           6.8.1 The SONET Far End Path Current ....................   83
  6306.           6.8.2 The SONET Far End Path Interval ...................   86
  6307.  
  6308.  
  6309.  
  6310.  
  6311.  
  6312.           T. Cox & K. Tesink (editors) Expires 7/15/93        [Page 107]
  6313.  
  6314.  
  6315.  
  6316.  
  6317.  
  6318.           Internet Draft          SONET Objects             January 1993
  6319.  
  6320.  
  6321.           6.8.3 The SONET Far End Path Total ......................   89
  6322.           6.9 The SONET Far End VT Group ..........................   92
  6323.           6.9.1 The SONET Far End VT Current ......................   93
  6324.           6.9.2 The SONET Far End VT Interval .....................   96
  6325.           6.9.3 The SONET Far End VT Total ........................  100
  6326.           7 Acknowledgments .......................................  103
  6327.           8 References ............................................  103
  6328.           9 Security Considerations ...............................  105
  6329.           10 Authors' Addresses ...................................  106
  6330.  
  6331.  
  6332.  
  6333.  
  6334.  
  6335.  
  6336.  
  6337.  
  6338.  
  6339.  
  6340.  
  6341.  
  6342.  
  6343.  
  6344.  
  6345.  
  6346.  
  6347.  
  6348.  
  6349.  
  6350.  
  6351.  
  6352.  
  6353.  
  6354.  
  6355.  
  6356.  
  6357.  
  6358.  
  6359.  
  6360.  
  6361.  
  6362.  
  6363.  
  6364.  
  6365.  
  6366.  
  6367.  
  6368.  
  6369.  
  6370.  
  6371.           T. Cox & K. Tesink (editors) Expires 7/15/93        [Page 108]
  6372.  
  6373.